Spaces:
Runtime error
Runtime error
chore: refactor logo size
Browse files
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 |
-
|
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.
|