Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -4
requirements.txt
CHANGED
|
@@ -1,11 +1,17 @@
|
|
|
|
|
| 1 |
torch>=1.13.1
|
| 2 |
numpy>=1.21
|
| 3 |
gradio>=3.0
|
| 4 |
soundfile>=0.12.1
|
| 5 |
librosa>=0.9.2
|
| 6 |
-
# if your project uses any other extras, add them:
|
| 7 |
-
# - any other packages used by src/chatterbox (e.g., sentencepiece, transformers) if referenced in that module:
|
| 8 |
transformers>=4.30
|
| 9 |
-
|
| 10 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
spaces>=0.0.1
|
|
|
|
| 1 |
+
# Core
|
| 2 |
torch>=1.13.1
|
| 3 |
numpy>=1.21
|
| 4 |
gradio>=3.0
|
| 5 |
soundfile>=0.12.1
|
| 6 |
librosa>=0.9.2
|
|
|
|
|
|
|
| 7 |
transformers>=4.30
|
| 8 |
+
|
| 9 |
+
# Chatterbox helpers / audio watermarking used by project
|
| 10 |
+
perth>=1.0.0
|
| 11 |
+
|
| 12 |
+
# optional extras that src/chatterbox might need
|
| 13 |
+
torchaudio>=2.0.0
|
| 14 |
+
sentencepiece>=0.1.99
|
| 15 |
+
|
| 16 |
+
# If you are on Spaces and need the 'spaces' decorator lib:
|
| 17 |
spaces>=0.0.1
|