Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -20
requirements.txt
CHANGED
@@ -1,20 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
protobuf==4.23.2
|
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 |
-
numpy==1.24.3
|
15 |
-
opennsfw2==0.9.2
|
16 |
-
ffmpeg-python==0.2.0 # Cập nhật ffmpeg để sử dụng phiên bản Python của ffmpeg
|
17 |
-
tk==0.1.0
|
18 |
-
tkinterdnd2-universal==1.7.3
|
19 |
-
tqdm==4.65.0
|
20 |
-
gfpgan==1.3.8
|
|
|
1 |
+
gradio
|
2 |
+
insightface
|
3 |
+
opencv-python-headless
|
4 |
+
numpy
|
5 |
+
Pillow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|