akhaliq HF Staff commited on
Commit
090f90a
·
1 Parent(s): fec5435

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import cv2
4
  import onnxruntime as ort
5
  import argparse
6
  import numpy as np
7
- from dependencies.box_utils import predict
8
 
9
  # ------------------------------------------------------------------------------------------------------------------------------------------------
10
  # Face detection using UltraFace-320 onnx model
 
4
  import onnxruntime as ort
5
  import argparse
6
  import numpy as np
7
+ from box_utils import predict
8
 
9
  # ------------------------------------------------------------------------------------------------------------------------------------------------
10
  # Face detection using UltraFace-320 onnx model