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