Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -10
requirements.txt
CHANGED
@@ -1,15 +1,8 @@
|
|
1 |
-
huggingface_hub==0.25.2
|
2 |
-
ollama
|
3 |
-
TTS
|
4 |
torch
|
5 |
torchaudio
|
6 |
numpy
|
7 |
-
ffmpeg
|
8 |
librosa
|
9 |
soundfile
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
torchcrepe
|
14 |
-
faiss-cpu
|
15 |
-
onnxruntime
|
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
torchaudio
|
3 |
numpy
|
|
|
4 |
librosa
|
5 |
soundfile
|
6 |
+
gradio
|
7 |
+
TTS
|
8 |
+
huggingface_hub
|
|
|
|
|
|