Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ predictor = ocr_predictor(reco_arch=reco_model, pretrained=True)
|
|
| 12 |
|
| 13 |
title = "Tifinagh OCR"
|
| 14 |
description = """Upload an image to get the OCR results!
|
| 15 |
-
|
| 16 |
|
| 17 |
def ocr(img, script):
|
| 18 |
img.save("out.jpg")
|
|
|
|
| 12 |
|
| 13 |
title = "Tifinagh OCR"
|
| 14 |
description = """Upload an image to get the OCR results!
|
| 15 |
+
"""
|
| 16 |
|
| 17 |
def ocr(img, script):
|
| 18 |
img.save("out.jpg")
|