Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,4 +59,4 @@ with block:
|
|
59 |
submit = gr.Button("SEND")
|
60 |
submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot, state],api_name=True)
|
61 |
|
62 |
-
block.launch()
|
|
|
59 |
submit = gr.Button("SEND")
|
60 |
submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot, state],api_name=True)
|
61 |
|
62 |
+
block.launch(api_name=True)
|