Spaces:
Runtime error
Runtime error
fix: syntax
Browse files
app.py
CHANGED
@@ -51,7 +51,8 @@ def run_prediction(sample):
|
|
51 |
|
52 |
task_prompt = f"<s>"
|
53 |
|
54 |
-
|
|
|
55 |
st.text('''
|
56 |
This is OCR-free Document Understanding Transformer nicknamed 🍩. It was fine-tuned with 1000 receipt images -> SROIE dataset.
|
57 |
The original 🍩 implementation can be found on: https://github.com/clovaai/donut
|
|
|
51 |
|
52 |
task_prompt = f"<s>"
|
53 |
|
54 |
+
logo = Image.open("./img/unstructured_logo.png")
|
55 |
+
st.image(logo, caption='unstructured logo')
|
56 |
st.text('''
|
57 |
This is OCR-free Document Understanding Transformer nicknamed 🍩. It was fine-tuned with 1000 receipt images -> SROIE dataset.
|
58 |
The original 🍩 implementation can be found on: https://github.com/clovaai/donut
|