Geewook Kim
commited on
Commit
·
10ce158
1
Parent(s):
3c90045
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,13 @@ demo = gr.Interface(
|
|
31 |
inputs= gr.inputs.Image(type="pil"),
|
32 |
outputs="json",
|
33 |
title=f"Donut 🍩 demonstration for `cord-v2` task",
|
34 |
-
description="This is
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
examples=[["cord_sample_receipt.png"]],
|
36 |
cache_examples=False,
|
37 |
)
|
|
|
31 |
inputs= gr.inputs.Image(type="pil"),
|
32 |
outputs="json",
|
33 |
title=f"Donut 🍩 demonstration for `cord-v2` task",
|
34 |
+
description="""This model is trained with 800 Indonesian receipt images of CORD dataset.
|
35 |
+
Demonstrations for other types of documents/tasks are available at https://github.com/clovaai/donut
|
36 |
+
More CORD receipt images are available at https://huggingface.co/datasets/naver-clova-ix/cord-v2
|
37 |
+
|
38 |
+
More details are available at:
|
39 |
+
Paper: https://arxiv.org/abs/2111.15664
|
40 |
+
GitHub: https://github.com/clovaai/donut""",
|
41 |
examples=[["cord_sample_receipt.png"]],
|
42 |
cache_examples=False,
|
43 |
)
|