Spaces:
Runtime error
Runtime error
Commit
·
da069cb
1
Parent(s):
0c79fff
Update app.py
Browse files
app.py
CHANGED
@@ -58,4 +58,4 @@ with blocks:
|
|
58 |
submit.click(fn=chatgpt_chatclone, inputs=[message, state], outputs=[chatbot, state])
|
59 |
|
60 |
|
61 |
-
blocks.launch(
|
|
|
58 |
submit.click(fn=chatgpt_chatclone, inputs=[message, state], outputs=[chatbot, state])
|
59 |
|
60 |
|
61 |
+
blocks.launch(debug=False)
|