Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -71,4 +71,4 @@ with gr.Blocks() as demo:
|
|
71 |
submit = gr.Button("SEND")
|
72 |
submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot1, state])
|
73 |
|
74 |
-
demo.launch(debug = True, share=
|
|
|
71 |
submit = gr.Button("SEND")
|
72 |
submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot1, state])
|
73 |
|
74 |
+
demo.launch(debug = True, share=False)
|