Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -10,4 +10,4 @@ PWD_GUTO = os.environ.get("PWD_GUTO")
|
|
10 |
app = helper.registry(name="marco-o1")
|
11 |
|
12 |
if __name__ == "__main__":
|
13 |
-
app.launch(share=True, auth=(USER_NINA, PWD_NINA), allowed_paths=["."], ssr_mode=False)
|
|
|
10 |
app = helper.registry(name="marco-o1")
|
11 |
|
12 |
if __name__ == "__main__":
|
13 |
+
app.launch(share=True, auth=[(USER_NINA, PWD_NINA), (USER_GUTO, PWD_GUTO)], allowed_paths=["."], ssr_mode=False)
|