Iker commited on
Commit
e0ac9f6
1 Parent(s): 81a2abe

Add password

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -250,4 +250,4 @@ with gr.Blocks(
250
  )
251
 
252
 
253
- demo.launch()
 
250
  )
251
 
252
 
253
+ demo.launch(auth=(os.environ.get("pass"), os.environ.get("pass")))