Spaces:
Runtime error
Runtime error
add new model
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ recog_interpreter.allocate_tensors()
|
|
16 |
input_details = interpreter.get_input_details()
|
17 |
output_details = interpreter.get_output_details()
|
18 |
|
19 |
-
|
20 |
|
21 |
def execute_text_recognition_tflite( boxes, frame, interpreter, input_details, output_details):
|
22 |
x1, x2, y1, y2 = boxes[1], boxes[3], boxes[0], boxes[2]
|
|
|
16 |
input_details = interpreter.get_input_details()
|
17 |
output_details = interpreter.get_output_details()
|
18 |
|
19 |
+
|
20 |
|
21 |
def execute_text_recognition_tflite( boxes, frame, interpreter, input_details, output_details):
|
22 |
x1, x2, y1, y2 = boxes[1], boxes[3], boxes[0], boxes[2]
|