Spaces:
Runtime error
Runtime error
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
torch>=2.0.0
|
3 |
+
transformers>=4.35.0
|
4 |
+
soundfile>=0.12.0
|
5 |
+
pydub>=0.25.0
|
6 |
+
numpy>=1.24.0
|
7 |
+
librosa==0.11.0
|
8 |
+
neucodec>=0.0.4
|
9 |
+
phonemizer==3.3.0
|
10 |
+
resemble-perth==1.0.1
|
11 |
+
https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.2/llama_cpp_python-0.3.2-cp310-cp310-linux_x86_64.whl
|