bit-guber commited on
Commit
edf47b7
1 Parent(s): 4125416

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import numpy as np
5
  # import face_recognition
6
  import subprocess
7
  import sys
8
- subprocess.check_call([sys.executable, "-m", "pip", "install", 'git+https://github.com/bit-guber/retinaface.git'])
9
 
10
  from retinaface import RetinaFace
11
 
 
5
  # import face_recognition
6
  import subprocess
7
  import sys
8
+ subprocess.check_call([sys.executable, "-m", "pip", "install", 'git+https://github.com/bit-guber/retinaface.git', "--force-reinstall"])
9
 
10
  from retinaface import RetinaFace
11