Update apps/gradio_app.py
Browse files- 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 [](https://github.com/danhtran2mind/License-Plate-Detector-OCR).
|
59 |
+
|
60 |
+
You can explore HuggingFace Model Hub on [](https://huggingface.co/danhtran2mind/license-plate-detector-ocr)
|
61 |
""",
|
62 |
elem_classes="markdown-title"
|
63 |
)
|