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
File size: 79 Bytes
9bf53b0
1
2
3
4
5
6
import
gradio
as
gr
with
gr.Blocks()
as
demo: gr.Textbox() demo.launch()