Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +8 -3
requirements.txt
CHANGED
|
@@ -2,18 +2,23 @@
|
|
| 2 |
|
| 3 |
numpy==1.26.4
|
| 4 |
opencv-python-headless==4.10.0.84
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
| 7 |
onnx==1.16.1
|
| 8 |
onnxruntime-gpu==1.20.1
|
|
|
|
| 9 |
insightface==0.7.3
|
| 10 |
gfpgan==1.3.8
|
|
|
|
| 11 |
gradio==5.38.2
|
| 12 |
pillow==10.0.0
|
| 13 |
albumentations==1.4.0
|
| 14 |
pydantic==2.10.6
|
| 15 |
tqdm==4.66.4
|
| 16 |
psutil==5.9.6
|
|
|
|
| 17 |
regex
|
| 18 |
ftfy
|
| 19 |
-
pyvirtualcam
|
|
|
|
| 2 |
|
| 3 |
numpy==1.26.4
|
| 4 |
opencv-python-headless==4.10.0.84
|
| 5 |
+
|
| 6 |
+
torch==2.5.1+cu121
|
| 7 |
+
torchvision==0.20.1+cu121
|
| 8 |
+
|
| 9 |
onnx==1.16.1
|
| 10 |
onnxruntime-gpu==1.20.1
|
| 11 |
+
|
| 12 |
insightface==0.7.3
|
| 13 |
gfpgan==1.3.8
|
| 14 |
+
|
| 15 |
gradio==5.38.2
|
| 16 |
pillow==10.0.0
|
| 17 |
albumentations==1.4.0
|
| 18 |
pydantic==2.10.6
|
| 19 |
tqdm==4.66.4
|
| 20 |
psutil==5.9.6
|
| 21 |
+
|
| 22 |
regex
|
| 23 |
ftfy
|
| 24 |
+
pyvirtualcam
|