logu29 commited on
Commit
9fed135
·
verified ·
1 Parent(s): b3de9fc

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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