Tonic commited on
Commit
eca411b
·
verified ·
1 Parent(s): 0e572a3

Solves 500 error for some users

Browse files

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

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ iface = gr.Interface(
40
  )
41
 
42
  # Launch the interface
43
- iface.launch()
44
 
45
 
46
 
 
40
  )
41
 
42
  # Launch the interface
43
+ iface.launch(ssr_mode=False)
44
 
45
 
46