Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
demetz/ChatbotLab-GenerativeAI
demetz
/
capstone
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ffd4434
capstone
/
app.py
demetz
Create app.py
ffd4434
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
117 Bytes
import
gradio
as
gr
def
echo
(
messsage,history
):
return
messsage
chatbot=gr.ChatInterface()
chatbot.launch()