Update app.py
Browse files
app.py
CHANGED
@@ -89,8 +89,9 @@ 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/
|
|
|
94 |
"CCTV B/W": "test/cctv img plate.jpg",
|
95 |
"Bike": "test/BikeNumberPlate.jpg",
|
96 |
"Bus": "test/bus.jpg",
|
|
|
89 |
|
90 |
# Define example images (update with actual paths)
|
91 |
example_images = {
|
92 |
+
"Car ": "test/audirussian.jpg",
|
93 |
+
"Car 2": "test/c7.jpg",
|
94 |
+
"Car 3": "test/c4.jpg",
|
95 |
"CCTV B/W": "test/cctv img plate.jpg",
|
96 |
"Bike": "test/BikeNumberPlate.jpg",
|
97 |
"Bus": "test/bus.jpg",
|