Update app.py
Browse files
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=
|
|
|
49 |
submit = gr.Button("่พๅ
ฅๅฎๆ็นๅป่ฟ้ๅ้ๆๆๅๅบ")
|
50 |
submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot1, state])
|
51 |
|
52 |
+
demo.launch(debug = True, share=False)
|