laverdes commited on
Commit
2fb55b9
·
1 Parent(s): 9c9870b

fix: st.image instead of markdown for logo

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -51,12 +51,7 @@ def run_prediction(sample):
51
 
52
  task_prompt = f"<s>"
53
 
54
- st.markdown("""
55
- <h3 align="center">
56
- ![unstructured](./img/unstructured_logo.png "unstructured logo")
57
- </h3>
58
- """, unsafe_allow_html=True)
59
-
60
  st.text('''
61
  This is OCR-free Document Understanding Transformer nicknamed 🍩. It was fine-tuned with 1000 receipt images -> SROIE dataset.
62
  The original 🍩 implementation can be found on: https://github.com/clovaai/donut
 
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