Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|
|
|
|
|
|
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)
|