Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AriniR
/
ChatBot_Lab
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
96c0fed
ChatBot_Lab
/
app.py
AriniR
Create app.py
96c0fed
verified
11 months ago
raw
Copy download link
history
blame
175 Bytes
import
gradio
as
gr
chatbot = gr.ChatInterface()
chatbot.launch()
def
echo
(message, history):
chatbot = gr.ChatInterface(echo)
chatbot.launch
# repeats messages.