ayymen commited on
Commit
fce076b
1 Parent(s): 4b80363

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ reco_model = from_hub('ayymen/crnn_mobilenet_v3_large_tifinagh')
8
  predictor = ocr_predictor(reco_arch=reco_model, pretrained=True)
9
 
10
  title = "Tifinagh OCR"
11
- description = "Upload an image to get the OCR results!"
12
 
13
  def ocr(img):
14
  img.save("out.jpg")
 
8
  predictor = ocr_predictor(reco_arch=reco_model, pretrained=True)
9
 
10
  title = "Tifinagh OCR"
11
+ description = "Upload an image to get the OCR results!\n Thanks to @iseddik for the data!"
12
 
13
  def ocr(img):
14
  img.save("out.jpg")