Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
|
|
| 1 |
numpy==1.26.4
|
| 2 |
gradio==5.9.1
|
| 3 |
opencv-python-headless==4.10.0.84
|
|
|
|
| 4 |
insightface==0.7.3
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
| 7 |
onnxruntime==1.20.1
|
| 8 |
tqdm==4.66.4
|
| 9 |
ftfy
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
numpy==1.26.4
|
| 3 |
gradio==5.9.1
|
| 4 |
opencv-python-headless==4.10.0.84
|
| 5 |
+
onnx==1.16.1
|
| 6 |
insightface==0.7.3
|
| 7 |
+
albucore==0.0.16
|
| 8 |
+
psutil==5.9.6
|
| 9 |
+
torch==2.5.1+cpu
|
| 10 |
+
torchvision==0.20.1+cpu
|
| 11 |
onnxruntime==1.20.1
|
| 12 |
tqdm==4.66.4
|
| 13 |
ftfy
|