dotmet commited on
Commit
6172969
·
1 Parent(s): bfb6f6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True)
 
71
  submit = gr.Button("SEND")
72
  submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot1, state])
73
 
74
+ demo.launch(debug = True, share=False)