Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ OCR_MODELS.remove("global-plates-mobile-vit-v2-model")
17
  OCR_MODELS.insert(0, "global-plates-mobile-vit-v2-model")
18
 
19
  st.title("FastALPR Demo")
20
- st.write("An automatic license plate recognition (ALPR) system with customizable detector and OCR models.")
21
  st.markdown("""
22
  [FastALPR](https://github.com/ankandrew/fast-alpr) library uses [open-image-models](https://github.com/ankandrew/open-image-models)
23
  for plate detection and [fast-plate-ocr](https://github.com/ankandrew/fast-plate-ocr) for optical character recognition (**OCR**).
 
17
  OCR_MODELS.insert(0, "global-plates-mobile-vit-v2-model")
18
 
19
  st.title("FastALPR Demo")
20
+ st.write("An automatic license plate recognition (ALPR) system with customizable detector and OCR models!.")
21
  st.markdown("""
22
  [FastALPR](https://github.com/ankandrew/fast-alpr) library uses [open-image-models](https://github.com/ankandrew/open-image-models)
23
  for plate detection and [fast-plate-ocr](https://github.com/ankandrew/fast-plate-ocr) for optical character recognition (**OCR**).