Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def process_image(image):
|
|
25 |
return generated_text
|
26 |
|
27 |
title = "Interactive demo: Typress OCR"
|
28 |
-
description = "Demo for Typress OCR, an TrOCR model for Typst Mathematical Expressions Recognition. To use it, simply upload a
|
29 |
article = "<p style='text-align: center'><a href='https://github.com/ParaN3xus/typress'>Github Repo</a></p>"
|
30 |
examples =[["image_0.png"], ["image_1.png"], ["image_2.png"]]
|
31 |
|
|
|
25 |
return generated_text
|
26 |
|
27 |
title = "Interactive demo: Typress OCR"
|
28 |
+
description = "Demo for Typress OCR, an TrOCR model for Typst Mathematical Expressions Recognition. To use it, simply upload a image or use one of the example images below and click 'submit'. Results will show up in a few seconds."
|
29 |
article = "<p style='text-align: center'><a href='https://github.com/ParaN3xus/typress'>Github Repo</a></p>"
|
30 |
examples =[["image_0.png"], ["image_1.png"], ["image_2.png"]]
|
31 |
|