Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
xp3857/test2
xp3857
/
test2-2
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test2-2
/
app.py
xp3857
Duplicate from xp3857/test2
691b1b5
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()