laverdes commited on
Commit
0201db2
1 Parent(s): 2fb55b9

fix: syntax

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -51,7 +51,8 @@ def run_prediction(sample):
51
 
52
  task_prompt = f"<s>"
53
 
54
- st.image(Image.open("./img/unstructured_logo.png", caption="unstructured logo")
 
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