mayankchugh-learning commited on
Commit
5c29f08
·
verified ·
1 Parent(s): 4317be9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,4 +172,4 @@ demo.launch()
172
 
173
 
174
  demo.queue()
175
- demo.launch()
 
172
 
173
 
174
  demo.queue()
175
+ demo.launch(auth=("demouser", os.getenv('PASSWD')))