Vlad Bastina commited on
Commit
23bd4aa
·
1 Parent(s): edd5ab8
Files changed (1) hide show
  1. src/app.py +1 -1
src/app.py CHANGED
@@ -5,7 +5,7 @@ from models.frame_extractor import extract_frame_timestamp
5
  from models.bounding_box_extractor import extract_bounding_box
6
  from models.catchphrase_extractor import extract_catchphrase
7
  from models.bet_extractor import extract_bet_amount
8
- from src.utils import (
9
  extract_frame,
10
  center_bbox_in_circle,
11
  overlay_image_bottom_right,
 
5
  from models.bounding_box_extractor import extract_bounding_box
6
  from models.catchphrase_extractor import extract_catchphrase
7
  from models.bet_extractor import extract_bet_amount
8
+ from utils import (
9
  extract_frame,
10
  center_bbox_in_circle,
11
  overlay_image_bottom_right,