Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
piyushgrover
/
ChatAssistant-S18ERAv3
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
piyushgrover
commited on
Mar 8
Commit
0f7c2dd
·
verified
·
1 Parent(s):
2a619a8
Upload app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -65,4 +65,4 @@ chatbot = gr.ChatInterface(
65
66
# ✅ Launch App
67
if __name__ == "__main__":
68
-
chatbot.launch()
65
66
# ✅ Launch App
67
if __name__ == "__main__":
68
+
chatbot.launch(
debug=True
)