yash184 commited on
Commit
676b232
·
verified ·
1 Parent(s): a307c02

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -19
requirements.txt CHANGED
@@ -1,19 +1,11 @@
1
- gradio
2
- numpy==1.26.0
3
- resampy==0.4.3
4
- librosa==0.10.0
5
- s3tokenizer
6
- transformers==4.46.3
7
- diffusers==0.29.0
8
- omegaconf==2.3.0
9
- resemble-perth==1.0.1
10
- silero-vad==5.1.2
11
- conformer==0.3.2
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