Spaces:
Running
Running
update
Browse files
app.py
CHANGED
|
@@ -1793,4 +1793,4 @@ with gr.Blocks(
|
|
| 1793 |
# Optionally, you can keep the old deploy_btn.click for the default method as a secondary button.
|
| 1794 |
|
| 1795 |
if __name__ == "__main__":
|
| 1796 |
-
demo.queue(api_open=False, default_concurrency_limit=20).launch(ssr_mode=True, mcp_server=False
|
|
|
|
| 1793 |
# Optionally, you can keep the old deploy_btn.click for the default method as a secondary button.
|
| 1794 |
|
| 1795 |
if __name__ == "__main__":
|
| 1796 |
+
demo.queue(api_open=False, default_concurrency_limit=20).launch(show_api=False, ssr_mode=True, mcp_server=False)
|