Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
ci-base
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ci-base
/
app.py
abidlabs
HF staff
Create app.py
d85614c
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
101 Bytes
import
gradio
as
gr
def
fn
(
message, history
):
return
message
gr.ChatInterface(fn=fn).launch()