Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +12 -14
requirements.txt
CHANGED
@@ -1,14 +1,12 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
insightface==0.7.3
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
regex
|
14 |
-
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 |
+
insightface==0.7.3
|
6 |
+
torch==2.5.1+cu124
|
7 |
+
torchvision==0.20.1+cu124
|
8 |
+
onnxruntime-gpu==1.20.1
|
9 |
+
tqdm==4.66.4
|
10 |
+
ftfy
|
11 |
+
regex
|
12 |
+
pyvirtualcam
|
|
|
|