Spaces:
Runtime error
Runtime error
turn off share
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, share =
|
|
|
52 |
submit = gr.Button("SEND")
|
53 |
submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot, state])
|
54 |
|
55 |
+
block.launch(debug = True, share = False)
|