Ubuntu commited on
Commit
af33f98
1 Parent(s): 2a24134

add secret

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,4 +151,4 @@ with gr.Blocks() as demo:
151
  outputs=[dev_interface, login_error]
152
  )
153
 
154
- demo.launch(auth=('ali', 'ali'))
 
151
  outputs=[dev_interface, login_error]
152
  )
153
 
154
+ demo.launch(auth=(os.getenv("DEV_USER"), os.getenv("DEV_PWD")))