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

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])
 
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)