Spaces:
Sleeping
Sleeping
Commit
·
43ee3cc
1
Parent(s):
e2058e2
change password visibility
Browse files
app.py
CHANGED
@@ -370,4 +370,4 @@ with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
|
|
370 |
|
371 |
|
372 |
if __name__ == "__main__":
|
373 |
-
demo.launch(auth = ("admin", "
|
|
|
370 |
|
371 |
|
372 |
if __name__ == "__main__":
|
373 |
+
demo.launch(auth = ("admin", os.getenv("GRADIO_PASSWORD")))
|