kenlolhku commited on
Commit
f22f312
·
verified ·
1 Parent(s): ce285c5

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -458,4 +458,6 @@ with gr.Blocks(title="蛋蛋計時小幫手") as demo:
458
 
459
 
460
  if __name__ == "__main__":
461
- demo.launch()
 
 
 
458
 
459
 
460
  if __name__ == "__main__":
461
+ # Disable SSR mode to avoid intermittent None payload issues
462
+ # from frontend component updates in some Space runtimes.
463
+ demo.launch(ssr_mode=False)