Spaces:
Runtime error
Runtime error
Commit
·
668904a
1
Parent(s):
fde3430
Update app.py
Browse files
app.py
CHANGED
@@ -52,4 +52,4 @@ with block:
|
|
52 |
submit = gr.Button("SEND")
|
53 |
submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot, state])
|
54 |
|
55 |
-
block.launch(debug = True
|
|
|
52 |
submit = gr.Button("SEND")
|
53 |
submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot, state])
|
54 |
|
55 |
+
block.launch(debug = True)
|