ZhouChuYue commited on
Commit
5d42049
·
1 Parent(s): 2750d81

fix: disable SSR mode to fix Python 3.13 compatibility

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -519,4 +519,4 @@ with gr.Blocks(title="UltraData Math Parser") as demo:
519
 
520
 
521
  if __name__ == "__main__":
522
- demo.launch()
 
519
 
520
 
521
  if __name__ == "__main__":
522
+ demo.launch(ssr_mode=False)