rodrigomasini commited on
Commit
1e2b4b4
·
verified ·
1 Parent(s): 1b38a2f

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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)