Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -19
requirements.txt
CHANGED
|
@@ -1,19 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
numpy
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
safetensors
|
| 13 |
-
|
| 14 |
-
# Optional language-specific dependencies
|
| 15 |
-
# Uncomment the ones you need for specific languages:
|
| 16 |
-
spacy_pkuseg # For Chinese text segmentation
|
| 17 |
-
pykakasi>=2.2.0 # For Japanese text processing (Kanji to Hiragana)
|
| 18 |
-
russian-text-stresser @ git+https://github.com/Vuizur/add-stress-to-epub
|
| 19 |
-
# dicta-onnx>=0.1.0 # For Hebrew diacritization
|
|
|
|
| 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 |
+
# Optional: spaces package (used in your code as decorator). If you already have it, fine.
|
| 10 |
+
# If it's a local utility, you can omit; otherwise try:
|
| 11 |
+
spaces>=0.0.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|