Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
numpy==1.26.4
|
2 |
-
gradio==
|
3 |
-
|
|
|
|
|
4 |
insightface==0.7.3
|
5 |
albucore==0.0.16
|
6 |
psutil==5.9.6
|
7 |
-
torch==2.
|
8 |
-
torchvision==0.
|
9 |
-
|
10 |
-
onnxruntime==1.20.1
|
11 |
tqdm==4.66.4
|
12 |
ftfy
|
13 |
regex
|
14 |
-
pyvirtualcam
|
|
|
1 |
numpy==1.26.4
|
2 |
+
gradio==4.44.0
|
3 |
+
fastapi<0.113.0
|
4 |
+
opencv-python-headless==4.9.0.80
|
5 |
+
onnx==1.16.0
|
6 |
insightface==0.7.3
|
7 |
albucore==0.0.16
|
8 |
psutil==5.9.6
|
9 |
+
torch==2.1.2
|
10 |
+
torchvision==0.16.2
|
11 |
+
onnxruntime==1.17.1
|
|
|
12 |
tqdm==4.66.4
|
13 |
ftfy
|
14 |
regex
|
15 |
+
pyvirtualcam
|