Hugging Face
Models
Datasets
Spaces
Posts
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...
main
test2
/
app.py
xp3857
Update app.py
e2324df
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
70 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
b:
gr.Textbox()
b.launch()