knakamura924 commited on
Commit
43ee3cc
·
1 Parent(s): e2058e2

change password visibility

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "cognitive"))
 
370
 
371
 
372
  if __name__ == "__main__":
373
+ demo.launch(auth = ("admin", os.getenv("GRADIO_PASSWORD")))