Update app.py
Browse files
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 =
|
|
|
46 |
submit = gr.Button("输入后点击这里发送")
|
47 |
submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot1, state])
|
48 |
|
49 |
+
demo.launch(debug = False, share=False)
|