fix: 🐞 disable ssr for render to markdown html properly

#4
by onuralpszr - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -284,4 +284,4 @@ with gr.Blocks(css_paths="style.css") as demo:
284
 
285
 
286
  if __name__ == "__main__":
287
- demo.launch(mcp_server=True)
 
284
 
285
 
286
  if __name__ == "__main__":
287
+ demo.launch(mcp_server=True, ssr_mode=False)