danhtran2mind commited on
Commit
aa89fb8
·
verified ·
1 Parent(s): 9d8b0a8

Update apps/gradio_app.py

Browse files
Files changed (1) hide show
  1. apps/gradio_app.py +3 -0
apps/gradio_app.py CHANGED
@@ -55,6 +55,9 @@ with gr.Blocks(css=custom_css) as iface:
55
  # License Plate Detection and OCR
56
  Detect license plates from images or videos and read their text using
57
  advanced computer vision and OCR for accurate identification.
 
 
 
58
  """,
59
  elem_classes="markdown-title"
60
  )
 
55
  # License Plate Detection and OCR
56
  Detect license plates from images or videos and read their text using
57
  advanced computer vision and OCR for accurate identification.
58
+ You can explore source code and contribute to the project on [![GitHub Repo](https://img.shields.io/badge/GitHub-danhtran2mind%2FLicense--Plate--Detector--OCR-blue?style=flat&logo=github)](https://github.com/danhtran2mind/License-Plate-Detector-OCR).
59
+
60
+ You can explore HuggingFace Model Hub on [![HuggingFace Model Hub](https://img.shields.io/badge/HuggingFace-danhtran2mind%2Flicense--plate--detector--ocr-yellow?style=flat&logo=huggingface)](https://huggingface.co/danhtran2mind/license-plate-detector-ocr)
61
  """,
62
  elem_classes="markdown-title"
63
  )