yabramuvdi commited on
Commit
10ea183
·
1 Parent(s): 551af76

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")])
 
62
  flagging_callback=hf_saver
63
  )
64
 
65
+ app.launch(auth=[("yabra", "wfh123")], share=True, auth_message="Authentication Problem")