yabramuvdi commited on
Commit
ff12871
1 Parent(s): 606df3d

version without flagging

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -62,9 +62,9 @@ app = gr.Interface(fn=[predict_wfh],
62
  description=description,
63
  article=article,
64
  examples=examples,
65
- allow_flagging="manual",
66
- flagging_options=["mistake"],
67
- flagging_callback=hf_saver
68
  )
69
 
70
  #app.launch(auth=("yabra", "wfh123"), auth_message="Authentication Problem")
 
62
  description=description,
63
  article=article,
64
  examples=examples,
65
+ #allow_flagging="manual",
66
+ #flagging_options=["mistake"],
67
+ #flagging_callback=hf_saver
68
  )
69
 
70
  #app.launch(auth=("yabra", "wfh123"), auth_message="Authentication Problem")