Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hysts-debug/base-space
hysts-debug
/
dropdown-custom-value
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c2954c2
dropdown-custom-value
/
app.py
hysts
HF Staff
Duplicate from hysts-debug/base-space
c2954c2
almost 2 years ago
raw
Copy download link
history
blame
Safe
133 Bytes
#!/usr/bin/env python
import
gradio
as
gr
with
gr.Blocks()
as
demo:
pass
if
__name__ ==
"__main__"
:
demo.queue().launch()