zss2341 commited on
Commit
c943d64
·
1 Parent(s): d1b5f68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,4 +46,4 @@ with gr.Blocks() as demo:
46
  submit = gr.Button("输入后点击这里发送")
47
  submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot1, state])
48
 
49
- demo.launch(debug = True, share=False)
 
46
  submit = gr.Button("输入后点击这里发送")
47
  submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot1, state])
48
 
49
+ demo.launch(debug = False, share=False)