Spaces:
Build error
Build error
Thomas Dehaene
commited on
Commit
·
0f0f483
1
Parent(s):
23ed543
Update streamlit
Browse files
app.py
CHANGED
@@ -7,10 +7,11 @@ import sys
|
|
7 |
|
8 |
def install():
|
9 |
subprocess.check_call([sys.executable, "-m", "pip", "install", "streamlit==0.89.0"])
|
10 |
-
import streamlit as st
|
11 |
|
12 |
install()
|
13 |
|
|
|
|
|
14 |
|
15 |
st.markdown('# ByT5 Dutch OCR Corrector :pill:')
|
16 |
st.write('This app corrects common dutch OCR mistakes, to showcase how this could be used in an OCR post-processing pipeline.')
|
|
|
7 |
|
8 |
def install():
|
9 |
subprocess.check_call([sys.executable, "-m", "pip", "install", "streamlit==0.89.0"])
|
|
|
10 |
|
11 |
install()
|
12 |
|
13 |
+
import streamlit as st
|
14 |
+
|
15 |
|
16 |
st.markdown('# ByT5 Dutch OCR Corrector :pill:')
|
17 |
st.write('This app corrects common dutch OCR mistakes, to showcase how this could be used in an OCR post-processing pipeline.')
|