Tonic commited on
Commit
6317b66
·
verified ·
1 Parent(s): 737e7e9

solves 500 error for some users

Browse files

![image.png](https://cdn-uploads.huggingface.co/production/uploads/62a3bb1cd0d8c2c2169f0b88/a9klyBZrdalwgnzkYkUXi.png)

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)