Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
moviepy
|
2 |
+
pillow
|
3 |
+
whisper
|
4 |
+
gradio
|
5 |
+
keybert
|
6 |
+
torch
|
7 |
+
google-auth
|
8 |
+
google-auth-oauthlib
|
9 |
+
google-auth-httplib2
|
10 |
+
google-api-python-client
|
11 |
+
numpy
|