ywh187 commited on
Commit
46a4258
1 Parent(s): 862e7ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,4 +82,4 @@ with gr.Blocks() as demo:
82
  btn.click(draw, text, gallery)
83
 
84
  if __name__ == "__main__":
85
- demo.launch(auth=("12345", "12345"))
 
82
  btn.click(draw, text, gallery)
83
 
84
  if __name__ == "__main__":
85
+ demo.launch(auth=(os.environ['USR'], os.environ["PASS"]))