Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
pngwn/dakr
abidlabs
/
dakr
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
dakr
/
run.py
abidlabs
HF staff
Update run.py
875d2ec
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
88 Bytes
import
gradio
as
gr
demo = gr.ChatInterface(fn=
lambda
x,y:x, title=
"abc"
)
demo.launch()