Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
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 |
-
-
|
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 |
|