Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
@@ -1,4 +1,12 @@
|
|
|
|
1 |
gradio>=4.0.0
|
2 |
spaces>=0.10.0
|
|
|
3 |
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core Gradio and Spaces
|
2 |
gradio>=4.0.0
|
3 |
spaces>=0.10.0
|
4 |
+
git+https://github.com/sudoping01/bambara-tts.git@main
|
5 |
|
6 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
7 |
+
|
8 |
+
sentencepiece
|
9 |
+
protobuf
|
10 |
+
datasets>=3.4.1
|
11 |
+
huggingface_hub
|
12 |
+
hf_transfer
|