mayankchugh-learning commited on
Commit
a7f4fd7
1 Parent(s): 1a73eaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -190,5 +190,4 @@ with gr.Blocks(theme="gradio/seafoam@>=0.0.1,<0.1.0") as demo:
190
  )
191
 
192
  demo.queue()
193
- demo.launch()
194
-
 
190
  )
191
 
192
  demo.queue()
193
+ demo.launch(auth=("demouser", os.getenv('PASSWD')))