Spaces:
Runtime error
Runtime error
Commit
·
b8f846e
1
Parent(s):
75b7c3d
Update app.py
Browse files
app.py
CHANGED
@@ -58,4 +58,4 @@ with blocks:
|
|
58 |
clear = gr.Button("Clear")
|
59 |
clear.click(fn=chatgpt_clear, inputs=[message, state], outputs=[message, chatbot, state])
|
60 |
|
61 |
-
blocks.launch(
|
|
|
58 |
clear = gr.Button("Clear")
|
59 |
clear.click(fn=chatgpt_clear, inputs=[message, state], outputs=[message, chatbot, state])
|
60 |
|
61 |
+
blocks.launch(debug=False)
|