Update app.py
Browse files
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 |
|