Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hysts-debug/base-space
hysts-debug
/
image-url-in-examples
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f4ef203
image-url-in-examples
/
app.py
hysts
HF Staff
Duplicate from hysts-debug/base-space
f4ef203
over 1 year ago
raw
Copy download link
history
blame
Safe
101 Bytes
#!/usr/bin/env python
import
gradio
as
gr
with
gr.Blocks()
as
demo:
pass
demo.queue().launch()