Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,6 @@ def execute_text_recognition_tflite( boxes, frame, interpreter, input_details, o
|
|
43 |
license_plate = text
|
44 |
text[:3].replace("0",'O')
|
45 |
|
46 |
-
text = "Mauricio"
|
47 |
return text,cv2.resize(save_frame,(94,24))
|
48 |
|
49 |
def greet(image):
|
|
|
43 |
license_plate = text
|
44 |
text[:3].replace("0",'O')
|
45 |
|
|
|
46 |
return text,cv2.resize(save_frame,(94,24))
|
47 |
|
48 |
def greet(image):
|