Spaces:
Runtime error
Runtime error
aiwithankit
commited on
Commit
•
3208e74
1
Parent(s):
2fc2673
Update app.py
Browse files
app.py
CHANGED
@@ -64,4 +64,4 @@ def random_response(message, history):
|
|
64 |
|
65 |
demo = gr.ChatInterface(random_response)
|
66 |
if __name__ == "__main__":
|
67 |
-
demo.queue().launch(
|
|
|
64 |
|
65 |
demo = gr.ChatInterface(random_response)
|
66 |
if __name__ == "__main__":
|
67 |
+
demo.queue().launch(debug=True)
|