laverdes commited on
Commit
1d18244
β€’
1 Parent(s): 76bcd52

chore: update logo and description

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -51,12 +51,13 @@ def run_prediction(sample):
51
 
52
  task_prompt = f"<s>"
53
 
54
- logo = Image.open("./img/unstructured_logo.png")
55
  st.image(logo)
56
 
57
  st.markdown('''
58
  This is an OCR-free Document Understanding Transformer nicknamed 🍩. It was fine-tuned with 1000 receipt images -> SROIE dataset.
59
  The original 🍩 implementation can be found on [here](https://github.com/clovaai/donut).
 
60
  At [Unstructured.io](https://github.com/Unstructured-IO/unstructured) we are on a mission to build custom preprocessing pipelines for labeling, training, or production ML-ready pipelines 🀩.
61
  Come and join us in our public repos and contribute! Each of your contributions and feedback holds great value and is very significant to the community 😊.
62
  ''')
 
51
 
52
  task_prompt = f"<s>"
53
 
54
+ logo = Image.open("./img/unstructured_logo_header.png")
55
  st.image(logo)
56
 
57
  st.markdown('''
58
  This is an OCR-free Document Understanding Transformer nicknamed 🍩. It was fine-tuned with 1000 receipt images -> SROIE dataset.
59
  The original 🍩 implementation can be found on [here](https://github.com/clovaai/donut).
60
+
61
  At [Unstructured.io](https://github.com/Unstructured-IO/unstructured) we are on a mission to build custom preprocessing pipelines for labeling, training, or production ML-ready pipelines 🀩.
62
  Come and join us in our public repos and contribute! Each of your contributions and feedback holds great value and is very significant to the community 😊.
63
  ''')