zss2341 commited on
Commit
f377c61
ยท
1 Parent(s): 50d17cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,4 +49,4 @@ with gr.Blocks() as demo:
49
  submit = gr.Button("่พ“ๅ…ฅๅฎŒๆˆ็‚นๅ‡ป่ฟ™้‡Œๅ‘้€ๆ‰ๆœ‰ๅๅบ”")
50
  submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot1, state])
51
 
52
- demo.launch(debug = True, share=True)
 
49
  submit = gr.Button("่พ“ๅ…ฅๅฎŒๆˆ็‚นๅ‡ป่ฟ™้‡Œๅ‘้€ๆ‰ๆœ‰ๅๅบ”")
50
  submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot1, state])
51
 
52
+ demo.launch(debug = True, share=False)