Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -8,9 +8,8 @@ onnxruntime-gpu
|
|
8 |
tensorflow
|
9 |
customtkinter
|
10 |
insightface==0.7.3
|
11 |
-
|
12 |
-
|
13 |
-
tk==0.1.0
|
14 |
tkinterdnd2-universal
|
15 |
tqdm==4.65.0
|
16 |
gfpgan
|
@@ -19,4 +18,5 @@ moviepy
|
|
19 |
opencv-python-headless
|
20 |
psutil
|
21 |
Pillow
|
|
|
22 |
torch==2.0.1
|
|
|
8 |
tensorflow
|
9 |
customtkinter
|
10 |
insightface==0.7.3
|
11 |
+
ffmpeg-python
|
12 |
+
tk
|
|
|
13 |
tkinterdnd2-universal
|
14 |
tqdm==4.65.0
|
15 |
gfpgan
|
|
|
18 |
opencv-python-headless
|
19 |
psutil
|
20 |
Pillow
|
21 |
+
numpy
|
22 |
torch==2.0.1
|