Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xp3857
/
test2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9db2f0d
test2
/
app.py
xp3857
Create app.py
9db2f0d
over 2 years ago
raw
Copy download link
history
blame
Safe
68 Bytes
import
gradio
as
gr
with
gr.Blocks
as
b:
gr.Textbox()
b.launch()