Spaces:
Building
Building
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -1,10 +1,13 @@
|
|
1 |
gradio
|
2 |
-
google-
|
3 |
edge_tts
|
4 |
-
moviepy==1.0.3
|
5 |
pydub
|
6 |
ffmpeg-python
|
7 |
transformers
|
8 |
torch
|
9 |
requests
|
10 |
-
Pillow>=9.0.0
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
+
google-api-python-client
|
3 |
edge_tts
|
4 |
+
moviepy==1.0.3
|
5 |
pydub
|
6 |
ffmpeg-python
|
7 |
transformers
|
8 |
torch
|
9 |
requests
|
10 |
+
Pillow>=9.0.0
|
11 |
+
google-auth
|
12 |
+
google-auth-oauthlib
|
13 |
+
google-auth-httplib2
|