Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
2 |
torch==2.6.0+cu124
|
3 |
-
torchvision==0.21.0+cu124
|
4 |
-
numpy==
|
5 |
gradio==5.9.1
|
6 |
opencv-python-headless==4.10.0.84
|
7 |
insightface==0.7.3
|
@@ -9,7 +9,7 @@ albucore==0.0.16
|
|
9 |
psutil==5.9.6
|
10 |
onnx==1.16.1
|
11 |
onnxruntime-gpu==1.20.1
|
12 |
-
tqdm
|
13 |
ftfy
|
14 |
regex
|
15 |
-
pyvirtualcam
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
2 |
torch==2.6.0+cu124
|
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
|
|
|
9 |
psutil==5.9.6
|
10 |
onnx==1.16.1
|
11 |
onnxruntime-gpu==1.20.1
|
12 |
+
tqdm>=4.67
|
13 |
ftfy
|
14 |
regex
|
15 |
+
pyvirtualcam
|