AndrewRWilliams commited on
Commit
4c9a5c3
·
1 Parent(s): a39de4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,4 +48,4 @@ with gr.Blocks() as demo:
48
  )
49
 
50
  if __name__ == "__main__":
51
- demo.launch(debug=True)
 
48
  )
49
 
50
  if __name__ == "__main__":
51
+ demo.launch(debug=True, auth=("admin", "pass1234"))