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...
88ef863
fill-width
/
app.py
abidlabs
HF Staff
Update app.py
88ef863
verified
about 1 year 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()