Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +10 -6
requirements.txt
CHANGED
@@ -1,15 +1,19 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
2 |
-
|
3 |
-
torchvision==0.21.0+cu124
|
4 |
-
numpy==2.0.0
|
5 |
gradio==5.9.1
|
6 |
opencv-python-headless==4.10.0.84
|
|
|
7 |
insightface==0.7.3
|
8 |
albucore==0.0.16
|
9 |
psutil==5.9.6
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
13 |
ftfy
|
14 |
regex
|
15 |
pyvirtualcam
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
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+cu124; sys_platform != 'darwin'
|
10 |
+
torch==2.5.1; sys_platform == 'darwin'
|
11 |
+
torchvision==0.20.1+cu124; sys_platform != 'darwin'
|
12 |
+
torchvision==0.20.1; sys_platform == 'darwin'
|
13 |
+
onnxruntime==1.20.1; sys_platform == 'darwin' and platform_machine != 'arm64'
|
14 |
+
onnxruntime-silicon==1.16.3; sys_platform == 'darwin' and platform_machine == 'arm64'
|
15 |
+
onnxruntime-gpu==1.20.1; sys_platform != 'darwin'
|
16 |
+
tqdm==4.66.4
|
17 |
ftfy
|
18 |
regex
|
19 |
pyvirtualcam
|