Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hysts-samples/base-space
hysts-debug
/
gradio-4-component-disappears-when-selecting-example
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bc55c43
gradio-4-component-disappears-when-selecting-example
/
app.py
hysts
HF staff
Super-squash branch 'main' using huggingface_hub
bc55c43
over 1 year 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()