Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
gradio==4.29.0
|
2 |
google-generativeai==0.7.0
|
3 |
-
parler-tts==0.
|
4 |
-
transformers==4.40.1
|
5 |
torch==2.2.2 # Or CPU version: torch==2.2.2+cpu (check PyTorch website for your OS)
|
6 |
torchaudio==2.2.2 # Or CPU version
|
7 |
torchvision==0.17.2 # Or CPU version
|
@@ -15,4 +15,7 @@ google-auth-oauthlib==1.2.0
|
|
15 |
google-auth-httplib2==0.2.0
|
16 |
yt-dlp==2024.04.09
|
17 |
python-dotenv==1.0.1
|
18 |
-
imageio-ffmpeg==0.4.9
|
|
|
|
|
|
|
|
1 |
gradio==4.29.0
|
2 |
google-generativeai==0.7.0
|
3 |
+
parler-tts==0.2.3
|
4 |
+
transformers==4.40.1
|
5 |
torch==2.2.2 # Or CPU version: torch==2.2.2+cpu (check PyTorch website for your OS)
|
6 |
torchaudio==2.2.2 # Or CPU version
|
7 |
torchvision==0.17.2 # Or CPU version
|
|
|
15 |
google-auth-httplib2==0.2.0
|
16 |
yt-dlp==2024.04.09
|
17 |
python-dotenv==1.0.1
|
18 |
+
imageio-ffmpeg==0.4.9
|
19 |
+
# Ensure PyTorch versions are compatible with your system (CPU/CUDA)
|
20 |
+
# pillow might be needed by moviepy or transformers explicitly for some image ops
|
21 |
+
Pillow==10.3.0
|