Hrtn commited on
Commit
29f3485
1 Parent(s): 4bd60c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- Thanks to @iseddik for the data!"""
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")