with examples
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ st.header('Upload an image of a license plate to get the License number.')
|
|
89 |
|
90 |
# Define example images (update with actual paths)
|
91 |
example_images = {
|
92 |
-
"Car ": "test/
|
93 |
"Car 2": "test/c7.jpg",
|
94 |
"Car 3": "test/c4.jpg",
|
95 |
"CCTV B/W": "test/cctv img plate.jpg",
|
|
|
89 |
|
90 |
# Define example images (update with actual paths)
|
91 |
example_images = {
|
92 |
+
"Car ": "test/audiR8V10.jpg",
|
93 |
"Car 2": "test/c7.jpg",
|
94 |
"Car 3": "test/c4.jpg",
|
95 |
"CCTV B/W": "test/cctv img plate.jpg",
|