Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hysts-debug
/
gradio-issue-3513
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dfa71ab
gradio-issue-3513
/
app.py
hysts
HF Staff
Add files
dfa71ab
over 2 years ago
raw
Copy download link
history
blame
Safe
127 Bytes
#!/usr/bin/env python
import
gradio
as
gr
with
gr.Blocks()
as
demo:
text = gr.Text()
demo.queue(api_open=
False
).launch()