Spaces:
Build error
Build error
Thomas Dehaene
commited on
Commit
·
8cbeb77
1
Parent(s):
4230a5d
Update streamlit
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def install():
|
|
14 |
install()
|
15 |
|
16 |
importlib.reload(streamlit)
|
17 |
-
logging.warning(
|
18 |
|
19 |
|
20 |
streamlit.markdown('# ByT5 Dutch OCR Corrector :pill:')
|
|
|
14 |
install()
|
15 |
|
16 |
importlib.reload(streamlit)
|
17 |
+
logging.warning(streamlit.__version__)
|
18 |
|
19 |
|
20 |
streamlit.markdown('# ByT5 Dutch OCR Corrector :pill:')
|