Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
trinity-tandon
/
ChatbotLab
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
trinity-tandon
commited on
Jun 10, 2025
Commit
d2fbadb
·
verified
·
1 Parent(s):
e718688
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -22,4 +22,4 @@ def respond(message, history):
22
23
chatbot = gr.ChatInterface(respond, type = "messages")
24
25
-
chatbot.launch()
22
23
chatbot = gr.ChatInterface(respond, type = "messages")
24
25
+
chatbot.launch(
debug = True
)