Alimustoofaa commited on
Commit
3bd70f6
1 Parent(s): 34817b0

first commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def recognition(image):
25
  txt, conf = result['text'], result['confidence']
26
  return txt, conf
27
 
28
- title = "OCR License Plate Indonesia"
29
  css = ".image-preview {height: auto !important;}"
30
 
31
 
 
25
  txt, conf = result['text'], result['confidence']
26
  return txt, conf
27
 
28
+ title = "CRNN Container Number"
29
  css = ".image-preview {height: auto !important;}"
30
 
31