Angelaangie commited on
Commit
a911bcd
1 Parent(s): f74a44d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,4 +98,4 @@ with block:
98
  submit = gr.Button("SEND")
99
  submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot, state])
100
 
101
- block.launch(debug = True, share = True)
 
98
  submit = gr.Button("SEND")
99
  submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot, state])
100
 
101
+ block.launch(debug = True, share = False)