mayankchugh-learning commited on
Commit
fbd437d
·
verified ·
1 Parent(s): 998915d

Update app.py

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