pragnakalp commited on
Commit
cd01b53
1 Parent(s): 28107a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ demo = gr.Interface(
196
  [method,image],
197
  output,
198
  allow_flagging = "manual",
199
- # flagging_callback = hf_writer,
200
  title="Optical Character Recognition",
201
  description="Try OCR with different methods",
202
  theme="darkpeach",
 
196
  [method,image],
197
  output,
198
  allow_flagging = "manual",
199
+ flagging_callback=hf_writer,
200
  title="Optical Character Recognition",
201
  description="Try OCR with different methods",
202
  theme="darkpeach",