Spaces:
Running on Zero
Running on Zero
nukopy commited on
Commit ·
fae8398
1
Parent(s): 3355fb8
fix: on auth
Browse files
app.py
CHANGED
|
@@ -25,4 +25,4 @@ if __name__ == "__main__":
|
|
| 25 |
"Environment variables USER and PASSWORD must be set for basic authentication."
|
| 26 |
)
|
| 27 |
auth = (username, password)
|
| 28 |
-
demo.launch(share=False, auth=auth)
|
|
|
|
| 25 |
"Environment variables USER and PASSWORD must be set for basic authentication."
|
| 26 |
)
|
| 27 |
auth = (username, password)
|
| 28 |
+
demo.launch(share=False, auth=auth, ssr_mode=False)
|