Spaces:
Sleeping
Sleeping
chips
commited on
Commit
·
ca939d7
1
Parent(s):
78e3a92
added login again
Browse files
app.py
CHANGED
@@ -290,4 +290,4 @@ with gr.Blocks(title="Internal Demo for Attribution") as demo:
|
|
290 |
attr_user = os.getenv("ATTR_USER", "1")
|
291 |
attr_pass = os.getenv("ATTR_PASS", "a")
|
292 |
auth = (attr_user, attr_pass)
|
293 |
-
demo.launch( debug=True, ssr_mode=False)
|
|
|
290 |
attr_user = os.getenv("ATTR_USER", "1")
|
291 |
attr_pass = os.getenv("ATTR_PASS", "a")
|
292 |
auth = (attr_user, attr_pass)
|
293 |
+
demo.launch(auth=auth, debug=True, ssr_mode=False)
|