Spaces:
Runtime error
Runtime error
fix: initialise image_upload variable
Browse files
app.py
CHANGED
@@ -55,6 +55,7 @@ This is OCR-free Document Understanding Transformer nicknamed 🍩. It was fine-
|
|
55 |
The original 🍩 implementation can be found on: https://github.com/clovaai/donut
|
56 |
''')
|
57 |
|
|
|
58 |
with st.sidebar:
|
59 |
information = st.radio(
|
60 |
"What information inside the are you interested in?",
|
|
|
55 |
The original 🍩 implementation can be found on: https://github.com/clovaai/donut
|
56 |
''')
|
57 |
|
58 |
+
image_upload = None
|
59 |
with st.sidebar:
|
60 |
information = st.radio(
|
61 |
"What information inside the are you interested in?",
|