luciagomez commited on
Commit
3bcabaf
·
verified ·
1 Parent(s): c5f38d7

ssr_mode=False in app

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -227,5 +227,6 @@ if __name__ == "__main__":
227
  app.launch(
228
  server_name="0.0.0.0",
229
  server_port=7860,
230
- theme=gr.themes.Soft()
 
231
  )
 
227
  app.launch(
228
  server_name="0.0.0.0",
229
  server_port=7860,
230
+ theme=gr.themes.Soft(),
231
+ ssr_mode=False
232
  )