pragnakalp
commited on
Commit
·
28107a8
1
Parent(s):
f82c6f1
Update app.py
Browse files
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",
|