Update app.py
Browse files
app.py
CHANGED
@@ -23,4 +23,4 @@ with gr.Blocks(css="#chatbot {overflow:auto; height:500px;}") as demo:
|
|
23 |
txt.submit(lambda: "", None, txt)
|
24 |
run.click(run_text, [txt, state], [chatbot,state])
|
25 |
|
26 |
-
demo.queue(concurrency_count=10).launch(server_name="0.0.0.0", server_port=
|
|
|
23 |
txt.submit(lambda: "", None, txt)
|
24 |
run.click(run_text, [txt, state], [chatbot,state])
|
25 |
|
26 |
+
demo.queue(concurrency_count=10).launch(server_name="0.0.0.0", server_port=7860)
|