Spaces:
Runtime error
Runtime error
Blank_Answer
commited on
Commit
·
7e7aab5
1
Parent(s):
8024f10
test
Browse files
app.py
CHANGED
|
@@ -310,4 +310,4 @@ with gr.Blocks(css=os.path.join(os.path.dirname(__file__), "css", "gradio_front.
|
|
| 310 |
clearBtn.click(rst_mem, None, [planner, searcher, node_count], queue=False)
|
| 311 |
|
| 312 |
demo.queue()
|
| 313 |
-
demo.launch(server_port=7882, share=True)
|
|
|
|
| 310 |
clearBtn.click(rst_mem, None, [planner, searcher, node_count], queue=False)
|
| 311 |
|
| 312 |
demo.queue()
|
| 313 |
+
demo.launch(server_port=7882, inbrowser=True, share=True)
|