Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
xp3857
/
test2
like
0
Runtime error
App
Files
Files
Community
main
test2
/
app.py
xp3857
Update app.py
e2324df
over 1 year 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()