Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
AI-RESEARCHER-2024
/
Computing-Chatbot
like
0
Running
App
Files
Files
Community
AI-RESEARCHER-2024
commited on
6 days ago
Commit
6565328
•
1 Parent(s):
9e5edff
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -74,4 +74,4 @@ demo = gr.ChatInterface(
74
)
75
76
if __name__ == "__main__":
77
-
demo.launch()
74
)
75
76
if __name__ == "__main__":
77
+
demo.launch(
debug=True
)