Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -230,7 +230,5 @@ if __name__ == "__main__":
|
|
230 |
auth_pass = os.getenv("PASS")
|
231 |
|
232 |
demo.queue().launch(
|
233 |
-
|
234 |
-
share=True,
|
235 |
-
auth=(auth_user, auth_pass) if auth_user and auth_pass else None
|
236 |
)
|
|
|
230 |
auth_pass = os.getenv("PASS")
|
231 |
|
232 |
demo.queue().launch(
|
233 |
+
auth=(auth_user, auth_pass), share=True, ssr_mode=False
|
|
|
|
|
234 |
)
|