Spaces:
Runtime error
Runtime error
Commit
Β·
f083f53
1
Parent(s):
93a76bc
update
Browse files
app.py
CHANGED
@@ -18,7 +18,9 @@ def inference(path):
|
|
18 |
|
19 |
# Front end
|
20 |
title = "Convert images of equations into LaTeX code πβοΈβ π’"
|
21 |
-
description = "<div> Did you come across a complex mathematical expression that you want to refer to in your report/thesis? Is your freemium over at <a href='https://mathpix.com/' target='_blank'>Mathpix</a>? π« <br><br> Take a screenshot of the equation and use this application to convert it into LaTeX code. π To use it, simply upload your screenshot/equation image, or click one of the examples to load them. To verify the results, copy & paste the output in <a href='https://quicklatex.com/' target='_blank'>Quick LaTeX</a>.
|
|
|
|
|
22 |
|
23 |
# UI
|
24 |
demo = gr.Interface(
|
|
|
18 |
|
19 |
# Front end
|
20 |
title = "Convert images of equations into LaTeX code πβοΈβ π’"
|
21 |
+
description = "<div> Did you come across a complex mathematical expression that you want to refer to in your report/thesis? Is your freemium over at <a href='https://mathpix.com/' target='_blank'>Mathpix</a>? π« <br><br> Take a screenshot of the equation and use this application to convert it into LaTeX code. π To use it, simply upload your screenshot/equation image, or click one of the examples to load them. To verify the results, copy & paste the output in <a href='https://quicklatex.com/' target='_blank'>Quick LaTeX</a>. Read more at the links below. If ERROR, please try again.</div>"
|
22 |
+
article = "<p style='text-align: center'><a href='https://lukas-blecher.github.io/LaTeX-OCR/' target='_blank'>pix2tex: Using a ViT to convert images of equations into LaTeX code</a> | <a href='https://github.com/lukas-blecher/LaTeX-OCR' target='_blank'>Github</a></p>"
|
23 |
+
|
24 |
|
25 |
# UI
|
26 |
demo = gr.Interface(
|