Spaces:
Running
Running
false api
Browse files
app.py
CHANGED
@@ -1180,4 +1180,4 @@ with gr.Blocks(
|
|
1180 |
clear_btn.click(clear_history, outputs=[history, history_output, file_input, website_url_input])
|
1181 |
|
1182 |
if __name__ == "__main__":
|
1183 |
-
demo.queue(default_concurrency_limit=20).launch(ssr_mode=True, mcp_server=
|
|
|
1180 |
clear_btn.click(clear_history, outputs=[history, history_output, file_input, website_url_input])
|
1181 |
|
1182 |
if __name__ == "__main__":
|
1183 |
+
demo.queue(api_open=False, default_concurrency_limit=20).launch(ssr_mode=True, mcp_server=False, show_api=False)
|