vmoras commited on
Commit
0dd9ebd
1 Parent(s): 59d0659

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,4 +152,4 @@ with gr.Blocks() as demo:
152
  )
153
 
154
 
155
- demo.launch(debug=True)
 
152
  )
153
 
154
 
155
+ demo.launch(debug=True, auth=(os.environ['user'], os.environ['password']))