fixes 500 error for some users

#1
by Tonic - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -231,4 +231,4 @@ if __name__ == "__main__":
231
 
232
  # Create and launch the interface
233
  app = create_interface()
234
- app.launch()
 
231
 
232
  # Create and launch the interface
233
  app = create_interface()
234
+ app.launch(ssr_mode = False)