mayankchugh-learning commited on
Commit
e046992
1 Parent(s): 06a19ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,4 +198,4 @@ with gr.Blocks(theme="gradio/seafoam@>=0.0.1,<0.1.0") as demo:
198
  )
199
 
200
  demo.queue()
201
- demo.launch()
 
198
  )
199
 
200
  demo.queue()
201
+ demo.launch(auth=("demouser", os.getenv('PASSWD')))