Update main.py
Browse files
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=("
|
|
|
|
| 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")))
|