npc0 commited on
Commit
f165873
·
verified ·
1 Parent(s): dca593a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -226,4 +226,6 @@ if __name__ == "__main__":
226
  return True
227
 
228
  # The 'auth' parameter is passed to launch(), not as a separate method call.
229
- demo.queue().launch(auth=auth, show_error=True)
 
 
 
226
  return True
227
 
228
  # The 'auth' parameter is passed to launch(), not as a separate method call.
229
+ demo.queue().launch(auth=auth,
230
+ ssr_mode=False, # Disable SSR to avoid i18n issues
231
+ show_error=True)