Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio
/
load_space_main
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d30af70
load_space_main
/
run.py
aliabd
HF staff
Upload folder using huggingface_hub
d30af70
verified
8 months ago
raw
Copy download link
history
blame
Safe
119 Bytes
import
gradio
as
gr
demo = gr.load(
"gradio/test-gr-load"
, src=
"spaces"
)
if
__name__ ==
"__main__"
:
demo.launch()