Spaces:
Runtime error
Runtime error
fix: text to markdown in description
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ task_prompt = f"<s>"
|
|
54 |
logo = Image.open("./img/rsz_unstructured_logo.png")
|
55 |
st.image(logo)
|
56 |
|
57 |
-
st.
|
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: 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 🤩.
|
|
|
54 |
logo = Image.open("./img/rsz_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: 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 🤩.
|