laverdes commited on
Commit
333e730
1 Parent(s): 9c7a76f

new version: app version 1.0

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -52,12 +52,10 @@ def run_prediction(sample):
52
  task_prompt = f"<s>"
53
 
54
  logo = Image.open("./img/rsz_unstructured_logo.png")
55
- # st.image(logo)
56
 
57
  st.markdown('''
58
  ## Receipt Parser
59
- <sub>by [Unstructured.io](https://www.unstructured.io/)</sub>
60
-
61
  This is an OCR-free Document Understanding Transformer nicknamed 🍩. It was fine-tuned with 1000 receipt images -> SROIE dataset.
62
  The original 🍩 implementation can be found on [here](https://github.com/clovaai/donut).
63
 
 
52
  task_prompt = f"<s>"
53
 
54
  logo = Image.open("./img/rsz_unstructured_logo.png")
55
+ st.image(logo)
56
 
57
  st.markdown('''
58
  ## Receipt Parser
 
 
59
  This is an OCR-free Document Understanding Transformer nicknamed 🍩. It was fine-tuned with 1000 receipt images -> SROIE dataset.
60
  The original 🍩 implementation can be found on [here](https://github.com/clovaai/donut).
61