Spaces:
Running
Running
optimized requirements.txt
#4
by 28Senaru - opened
- requirements.txt +9 -19
requirements.txt
CHANGED
|
@@ -1,20 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
gradio==3.40.0
|
| 8 |
-
onnxruntime-gpu==1.17.1
|
| 9 |
-
tensorflow==2.15.0
|
| 10 |
-
customtkinter==5.2.0
|
| 11 |
-
tkinterdnd2==0.3.0
|
| 12 |
-
opencv-python==4.8.0.74
|
| 13 |
insightface==0.7.3
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
tk==0.1.0
|
| 18 |
-
tkinterdnd2-universal==1.7.3
|
| 19 |
-
tqdm==4.65.0
|
| 20 |
-
gfpgan==1.3.8
|
|
|
|
| 1 |
+
torch>=2.1.0
|
| 2 |
+
torchvision
|
| 3 |
+
gradio>=3.45
|
| 4 |
+
opencv-python-headless
|
| 5 |
+
numpy
|
| 6 |
+
Pillow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
insightface==0.7.3
|
| 8 |
+
ffmpeg-python
|
| 9 |
+
moviepy
|
| 10 |
+
facelib
|
|
|
|
|
|
|
|
|
|
|
|