Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +16 -14
requirements.txt
CHANGED
@@ -1,14 +1,16 @@
|
|
1 |
-
numpy==1.26.4
|
2 |
-
gradio
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
1 |
+
numpy==1.26.4
|
2 |
+
gradio>=3.0
|
3 |
+
roop
|
4 |
+
onnxruntime
|
5 |
+
opencv-python-headless==4.10.0.84
|
6 |
+
onnx==1.16.1
|
7 |
+
insightface==0.7.3
|
8 |
+
albucore==0.0.16
|
9 |
+
psutil==5.9.6
|
10 |
+
torch==2.5.1
|
11 |
+
torchvision==0.20.1
|
12 |
+
onnxruntime==1.20.1
|
13 |
+
tqdm==4.66.4
|
14 |
+
ftfy
|
15 |
+
regex
|
16 |
+
pyvirtualcam
|