leakyrelu commited on
Commit
23067a4
1 Parent(s): 48b70dd

add new model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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]