Command
commited on
Commit
·
9b00e81
1
Parent(s):
195f7e6
update info
Browse files
app.py
CHANGED
@@ -11,7 +11,13 @@ model = LatexOCR()
|
|
11 |
streamlit.set_page_config(page_title="LaTeX-OCR")
|
12 |
streamlit.title("LaTeX OCR")
|
13 |
streamlit.markdown(
|
14 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
)
|
16 |
|
17 |
uploaded_file = streamlit.file_uploader(
|
|
|
11 |
streamlit.set_page_config(page_title="LaTeX-OCR")
|
12 |
streamlit.title("LaTeX OCR")
|
13 |
streamlit.markdown(
|
14 |
+
"""
|
15 |
+
Convert images of equations to corresponding LaTeX code.
|
16 |
+
|
17 |
+
This is based on the `pix2tex` module. Check it out [![github](https://img.shields.io/badge/LaTeX--OCR-visit-a?style=social&logo=github)](https://github.com/lukas-blecher/LaTeX-OCR)
|
18 |
+
|
19 |
+
--deployed by [C0MM4ND](https://github.com/c0mm4nd), code [here](https://huggingface.co/spaces/c0mm4nd/LaTeX-OCR/tree/main)
|
20 |
+
"""
|
21 |
)
|
22 |
|
23 |
uploaded_file = streamlit.file_uploader(
|