akhaliq HF Staff commited on
Commit
de1fa24
·
1 Parent(s): 37c890e
Files changed (1) hide show
  1. app.py +1 -1
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=False, mcp_server=False, show_api=False)
 
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=True, mcp_server=False, show_api=False)