pgurazada1 commited on
Commit
85b9674
·
verified ·
1 Parent(s): 696405f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -200,4 +200,4 @@ demo = gr.Interface(
200
  )
201
 
202
  demo.queue()
203
- demo.launch(share=True)
 
200
  )
201
 
202
  demo.queue()
203
+ demo.launch(auth=('demouser', os.getenv('PASSWD')))