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