Sompote commited on
Commit
fa6ccff
·
verified ·
1 Parent(s): fca8237

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -192,4 +192,6 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="emerald"),
192
  )
193
 
194
  if __name__ == "__main__":
195
- demo.launch()
 
 
 
192
  )
193
 
194
  if __name__ == "__main__":
195
+ # ssr_mode=False: the experimental SSR (Node.js) path is flaky on
196
+ # HF Spaces — "Stopping Node.js server..." restart loops.
197
+ demo.launch(ssr_mode=False)