fffiloni commited on
Commit
b475a69
Β·
verified Β·
1 Parent(s): ebd5c74

disable SSR mode

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -204,4 +204,4 @@ with gr.Blocks(css=css) as app:
204
 
205
  # Launch the app
206
  if __name__ == "__main__":
207
- app.launch(mcp_server=True)
 
204
 
205
  # Launch the app
206
  if __name__ == "__main__":
207
+ app.launch(ssr_mode=False, mcp_server=True)