pgurazada1 commited on
Commit
b6489dc
1 Parent(s): 852f1ba

Update app.py

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