Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Coloring
/
gradio_load_test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0709ff0
gradio_load_test
/
app.py
Coloring
Create app.py
0709ff0
verified
11 months ago
raw
Copy download link
history
blame
Safe
101 Bytes
import
gradio
as
gr
demo = gr.load(
'freddyaboulton/gradio_pdf'
, src=
"spaces"
)
demo.queue().launch()