enable mcp and ssr
Browse files
app.py
CHANGED
|
@@ -523,4 +523,4 @@ with gr.Blocks(theme=gr.themes.Base(), title="AnyCoder - AI Code Generator") as
|
|
| 523 |
clear_btn.click(clear_history, outputs=[history, history_output])
|
| 524 |
|
| 525 |
if __name__ == "__main__":
|
| 526 |
-
demo.queue(default_concurrency_limit=20).launch(ssr_mode=
|
|
|
|
| 523 |
clear_btn.click(clear_history, outputs=[history, history_output])
|
| 524 |
|
| 525 |
if __name__ == "__main__":
|
| 526 |
+
demo.queue(default_concurrency_limit=20).launch(ssr_mode=True, mcp_server=True)
|