maodd commited on
Commit
133a43e
·
1 Parent(s): 24e2868

turn off share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = True)
 
52
  submit = gr.Button("SEND")
53
  submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot, state])
54
 
55
+ block.launch(debug = True, share = False)