akhaliq HF Staff commited on
Commit
79fe2ed
·
1 Parent(s): f9931c4

enable mcp and ssr

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False)
 
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)