MoDongbao commited on
Commit
8e6cd68
·
1 Parent(s): 2771a9c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -139,4 +139,4 @@ def auto_opentab_delay():
139
  webbrowser.open_new_tab(f"http://localhost:{PORT}")
140
  threading.Thread(target=open, name="open-browser", daemon=True).start()
141
 
142
- demo.launch(auth=("resu", os.environ.get(PASSWD)))
 
139
  webbrowser.open_new_tab(f"http://localhost:{PORT}")
140
  threading.Thread(target=open, name="open-browser", daemon=True).start()
141
 
142
+ demo.launch(auth=(os.environ.get("USER"), os.environ.get("PASSWD")))