Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
fill-width
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
efaf21b
fill-width
/
app.py
abidlabs
HF Staff
Create app.py
687e2a2
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
121 Bytes
import
gradio
as
gr
with
gr.Blocks(fill_height=
True
)
as
demo:
gr.ChatInterface(
lambda
x,y:x).launch()
demo.launch()