laverdes commited on
Commit
d063ab4
1 Parent(s): fde368a

chore: refactor logo size

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -52,9 +52,7 @@ def run_prediction(sample):
52
  task_prompt = f"<s>"
53
 
54
  logo = Image.open("./img/unstructured_logo.png")
55
- size = 128, 128
56
- logo.thumbnail(size, Image.Resampling.LANCZOS)
57
- st.image(logo, caption='https://github.com/Unstructured-IO/unstructured')
58
 
59
  st.text('''
60
  This is an OCR-free Document Understanding Transformer nicknamed 🍩. It was fine-tuned with 1000 receipt images -> SROIE dataset.
 
52
  task_prompt = f"<s>"
53
 
54
  logo = Image.open("./img/unstructured_logo.png")
55
+ st.image(logo)
 
 
56
 
57
  st.text('''
58
  This is an OCR-free Document Understanding Transformer nicknamed 🍩. It was fine-tuned with 1000 receipt images -> SROIE dataset.