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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -62,4 +62,5 @@ 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")
66
+ app.launch()