Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
abidlabs/fill-width
abidlabs
/
fill-width-2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3fc3635
fill-width-2
/
app.py
abidlabs
HF Staff
Update app.py
3fc3635
verified
11 months ago
raw
Copy download link
history
blame
Safe
111 Bytes
import
gradio
as
gr
with
gr.Blocks(fill_width=
True
)
as
demo:
gr.ChatInterface(
lambda
x,y:x)
demo.launch()