Update app.py
Browse files
app.py
CHANGED
|
@@ -287,7 +287,7 @@ def detect_objects_video(model_name, video_input, threshold):
|
|
| 287 |
|
| 288 |
# ---------------- UI ----------------
|
| 289 |
|
| 290 |
-
title = """<h1 id="title">
|
| 291 |
|
| 292 |
description = """
|
| 293 |
Detect license plates using YOLOS or DETR.
|
|
|
|
| 287 |
|
| 288 |
# ---------------- UI ----------------
|
| 289 |
|
| 290 |
+
title = """<h1 id="title">Smart Vehicle Clssification (Image + Video)</h1>"""
|
| 291 |
|
| 292 |
description = """
|
| 293 |
Detect license plates using YOLOS or DETR.
|