Spaces:
Runtime error
Runtime error
update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
| 2 |
-
numpy
|
| 3 |
-
gradio
|
| 4 |
-
opencv-python-headless
|
| 5 |
-
onnx
|
| 6 |
-
insightface
|
| 7 |
-
albucore
|
| 8 |
-
psutil
|
| 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'
|
|
@@ -13,8 +13,8 @@ torchvision==0.20.1; sys_platform == 'darwin'
|
|
| 13 |
onnxruntime==1.20.1; sys_platform == 'darwin' and platform_machine != 'arm64'
|
| 14 |
onnxruntime-silicon==1.20.1; sys_platform == 'darwin' and platform_machine == 'arm64'
|
| 15 |
onnxruntime-gpu==1.20.1; sys_platform != 'darwin'
|
| 16 |
-
tqdm
|
| 17 |
ftfy
|
| 18 |
regex
|
| 19 |
pyvirtualcam
|
| 20 |
-
pydantic
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
| 2 |
+
numpy
|
| 3 |
+
gradio
|
| 4 |
+
opencv-python-headless
|
| 5 |
+
onnx
|
| 6 |
+
insightface
|
| 7 |
+
albucore
|
| 8 |
+
psutil
|
| 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'
|
|
|
|
| 13 |
onnxruntime==1.20.1; sys_platform == 'darwin' and platform_machine != 'arm64'
|
| 14 |
onnxruntime-silicon==1.20.1; sys_platform == 'darwin' and platform_machine == 'arm64'
|
| 15 |
onnxruntime-gpu==1.20.1; sys_platform != 'darwin'
|
| 16 |
+
tqdm
|
| 17 |
ftfy
|
| 18 |
regex
|
| 19 |
pyvirtualcam
|
| 20 |
+
pydantic
|