paran3xus commited on
Commit
70e272c
·
verified ·
1 Parent(s): efd1f3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (single-text line) 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
 
 
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