Spaces:
Runtime error
Runtime error
Charbel Malo
commited on
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -3,22 +3,21 @@
|
|
3 |
|
4 |
torch
|
5 |
torchaudio
|
6 |
-
torchvision
|
7 |
protobuf==4.23.2
|
8 |
gradio
|
9 |
onnxruntime-gpu
|
10 |
tensorflow==2.15.0
|
11 |
customtkinter==5.2.0
|
12 |
-
tkinterdnd2==0.3.0
|
13 |
insightface==0.7.3
|
14 |
numpy
|
15 |
ffmpeg-python==0.2.0
|
16 |
tk==0.1.0
|
17 |
-
tkinterdnd2-universal
|
18 |
tqdm==4.65.0
|
19 |
gfpgan
|
20 |
nvidia_cudnn_frontend
|
21 |
moviepy
|
22 |
opencv-python-headless
|
23 |
psutil==5.9.5
|
24 |
-
|
|
|
3 |
|
4 |
torch
|
5 |
torchaudio
|
6 |
+
torchvision==0.15.2
|
7 |
protobuf==4.23.2
|
8 |
gradio
|
9 |
onnxruntime-gpu
|
10 |
tensorflow==2.15.0
|
11 |
customtkinter==5.2.0
|
|
|
12 |
insightface==0.7.3
|
13 |
numpy
|
14 |
ffmpeg-python==0.2.0
|
15 |
tk==0.1.0
|
16 |
+
tkinterdnd2-universal
|
17 |
tqdm==4.65.0
|
18 |
gfpgan
|
19 |
nvidia_cudnn_frontend
|
20 |
moviepy
|
21 |
opencv-python-headless
|
22 |
psutil==5.9.5
|
23 |
+
Pilloe
|