Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
gradio
|
2 |
-
transformers
|
3 |
-
torch
|
4 |
-
tensorflow
|
5 |
-
deepface
|
6 |
-
opencv-python
|
7 |
-
moviepy
|
8 |
-
textblob
|
|
|
1 |
+
gradio==4.11.0
|
2 |
+
transformers==4.39.3
|
3 |
+
torch==2.2.2
|
4 |
+
tensorflow==2.14.0
|
5 |
+
deepface==2023.9.3
|
6 |
+
opencv-python==4.8.1.78
|
7 |
+
moviepy==1.0.3
|
8 |
+
textblob==0.17.1
|