solves 500 error for some users

#22
by Tonic - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -226,4 +226,4 @@ with gr.Blocks() as demo:
226
 
227
 
228
  if __name__ == "__main__":
229
- demo.launch(debug=True)
 
226
 
227
 
228
  if __name__ == "__main__":
229
+ demo.launch(debug=True, ssr_mode=False)