hysts HF Staff onuralpszr commited on
Commit
1f9f85b
Β·
verified Β·
1 Parent(s): ec1468b

fix: 🐞 disable ssr for render to markdown html properly (#4)

Browse files

- fix: 🐞 disable server-side rendering in demo launch for fix markdown html (c36d0ca13b9a817851e279d5a1b21a502db76f7e)


Co-authored-by: Onuralp SEZER <onuralpszr@users.noreply.huggingface.co>

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)