yabramuvdi commited on
Commit
677b68a
1 Parent(s): d2ef26d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,4 +62,4 @@ app = gr.Interface(fn=[predict_wfh],
62
  flagging_callback=hf_saver
63
  )
64
 
65
- app.launch(auth=[("yabra", "wfh123")], auth_message="Authentication Problem")
 
62
  flagging_callback=hf_saver
63
  )
64
 
65
+ app.launch(auth=("yabra", "wfh123"), auth_message="Authentication Problem")