JeffJing commited on
Commit
5c0a7d0
·
1 Parent(s): a9ee289

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,5 +48,5 @@ with block:
48
  submit = gr.Button("提交")
49
  submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot, state])
50
 
51
- block.launch(debug = True,share=True,auth=("Zookchatbot", "12345678"))
52
 
 
48
  submit = gr.Button("提交")
49
  submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot, state])
50
 
51
+ block.launch(debug = False,auth=("Zookchatbot", "12345678"))
52