artificialguybr commited on
Commit
8539eaa
·
verified ·
1 Parent(s): f8eb8a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,10 +7,10 @@ model, processor = load_model(), load_processor()
7
 
8
  HEADER = """
9
  # Surya OCR Demo
10
- This demo will let you try surya, a multilingual OCR model. It supports text detection now, but will support text recognition in the future.
11
  Notes:
12
  - This works best on documents with printed text.
13
- - Set DETECTOR_MODEL_CHECKPOINT=vikp/line_detector_math before running this app if you want better math detection.
14
  Learn more [here](https://github.com/VikParuchuri/surya).
15
  """.strip()
16
 
 
7
 
8
  HEADER = """
9
  # Surya OCR Demo
10
+ This demo will let you try surya, a multilingual OCR model. It supports text detection now, but will support text recognition in the future. This HF Space will be updated.
11
  Notes:
12
  - This works best on documents with printed text.
13
+ - Model and code by Vik Paruchuri.
14
  Learn more [here](https://github.com/VikParuchuri/surya).
15
  """.strip()
16