akhaliq HF Staff commited on
Commit
f1d17af
·
1 Parent(s): 7600ee1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ 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
 
5
  import argparse
6
  import numpy as np
7
  from box_utils import predict
8
+ import os
9
 
10
  # ------------------------------------------------------------------------------------------------------------------------------------------------
11
  # Face detection using UltraFace-320 onnx model