Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +5 -22
requirements.txt
CHANGED
@@ -1,22 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
#
|
6 |
-
spleeter==2.3.2 # Music and vocal separation
|
7 |
-
|
8 |
-
# Speech recognition and translation
|
9 |
-
whisper==20220323 # Whisper speech recognition model
|
10 |
-
transformers==4.32.1 # For Hugging Face models
|
11 |
-
torch==1.12.1 # PyTorch backend for Whisper and other models
|
12 |
-
|
13 |
-
# Text-to-speech and voice cloning
|
14 |
-
xtts==1.0.0 # X-TTS for voice cloning (replace with actual package name)
|
15 |
-
# Depending on the specific model you use for singing synthesis, you might need additional dependencies
|
16 |
-
|
17 |
-
# Libraries for managing audio types
|
18 |
-
librosa==0.10.0 # For audio analysis and manipulation
|
19 |
-
scikit-learn==1.1.3 # For any machine learning-based audio classification
|
20 |
-
|
21 |
-
# Gradio for creating the interface
|
22 |
-
gradio==3.23.0 # For building the web interface
|
|
|
1 |
+
moviepy==1.0.3
|
2 |
+
pydub==0.25.1
|
3 |
+
spleeter==2.3.2
|
4 |
+
transformers==4.34.0 # or the latest version
|
5 |
+
torch # Include if you're using PyTorch with transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|