Spaces:
Running
Running
update ssr
Browse files
app.py
CHANGED
@@ -1260,4 +1260,4 @@ with gr.Blocks(
|
|
1260 |
clear_btn.click(clear_history, outputs=[history, history_output, file_input, website_url_input])
|
1261 |
|
1262 |
if __name__ == "__main__":
|
1263 |
-
demo.queue(api_open=False, default_concurrency_limit=20).launch(ssr_mode=
|
|
|
1260 |
clear_btn.click(clear_history, outputs=[history, history_output, file_input, website_url_input])
|
1261 |
|
1262 |
if __name__ == "__main__":
|
1263 |
+
demo.queue(api_open=False, default_concurrency_limit=20).launch(ssr_mode=False, mcp_server=False, show_api=False)
|