Fixes 500 error for some users

#3
by Tonic - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -315,4 +315,4 @@ with gr.Blocks(css=css) as Character:
315
 
316
 
317
 
318
- Character.queue().launch(debug=True)
 
315
 
316
 
317
 
318
+ Character.queue().launch(debug=True, ssr_mode = False)