SoloBSD commited on
Commit
22c6257
·
1 Parent(s): 22ff865
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,5 +45,5 @@ with block:
45
  submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot, state
46
  ])
47
 
48
- block.launch(debug=True, share=True)
49
 
 
45
  submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot, state
46
  ])
47
 
48
+ block.launch(debug=True)
49