Sharan Thakur commited on
Commit
5fdee6e
·
1 Parent(s): db2092b

Remove unused auth handler from demo launch function

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,4 +48,4 @@ def auth_handler(usr, pwd) -> bool:
48
  return usr == username and pwd == password
49
 
50
 
51
- demo.launch(auth=auth_handler, pwa=True, share=True)
 
48
  return usr == username and pwd == password
49
 
50
 
51
+ demo.launch(pwa=True, share=True)