Update requirements.txt
Browse files- requirements.txt +11 -26
requirements.txt
CHANGED
@@ -1,26 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
#
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
# Specific TTS model library
|
14 |
-
parler-tts==0.1.0a2 # Check for the latest alpha or stable release if newer
|
15 |
-
|
16 |
-
# Audio file handling
|
17 |
-
soundfile==0.12.1
|
18 |
-
|
19 |
-
# Image manipulation
|
20 |
-
Pillow==10.2.0
|
21 |
-
|
22 |
-
# Google Generative AI SDK for Gemini
|
23 |
-
google-generativeai==0.5.2 # Or latest stable
|
24 |
-
|
25 |
-
# Optional: for better Hf Hub interaction if needed directly (often a dependency)
|
26 |
-
huggingface-hub==0.20.3
|
|
|
1 |
+
streamlit
|
2 |
+
torch
|
3 |
+
transformers>=4.34.0
|
4 |
+
accelerate
|
5 |
+
# diffusers # If you're only using remote image generation
|
6 |
+
parler-tts==0.2.3 # <-- CORRECTED VERSION
|
7 |
+
soundfile
|
8 |
+
Pillow
|
9 |
+
gradio_client
|
10 |
+
requests
|
11 |
+
# Ensure ffmpeg (the CLI tool) is installed in the environment/PATH.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|