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...
e3b2be7
fill-width-2
/
app.py
abidlabs
HF Staff
Update app.py
e3b2be7
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
96 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.ChatInterface(
lambda
x,y:x)
demo.launch()