Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
xp3857/test2
xp3857
/
test2-1
like
0
Sleeping
App
Files
Files
Community
d2e37d5
test2-1
/
app.py
xp3857
Duplicate from xp3857/test2
d2e37d5
over 1 year ago
raw
Copy download link
history
blame
Safe
70 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
b:
gr.Textbox()
b.launch()