mayankchugh-learning commited on
Commit
014fdfb
1 Parent(s): cd06a3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,4 +127,4 @@ demo = gr.Interface(
127
  )
128
 
129
  demo.queue()
130
- demo.launch()
 
127
  )
128
 
129
  demo.queue()
130
+ demo.launch(auth=("demouser", os.getenv('PASSWD')))