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