Solves 500 error for some users

#1
by Tonic - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ def setup_gradio_demo():
120
  outputs=transcribe_output,
121
  )
122
 
123
- demo.launch()
124
 
125
 
126
  if __name__ == "__main__":
 
120
  outputs=transcribe_output,
121
  )
122
 
123
+ demo.launch(ssr_mode=False)
124
 
125
 
126
  if __name__ == "__main__":