Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio
/
textbox_component_3-x
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
textbox_component_3-x
/
run.py
aliabd
Upload folder using huggingface_hub
9bf53b0
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
79 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.Textbox()
demo.launch()