tahirturk commited on
Commit
af8c60b
·
1 Parent(s): 8c7f4dc
Files changed (1) hide show
  1. requirements.txt +20 -13
requirements.txt CHANGED
@@ -1,19 +1,26 @@
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
+ # Core dependencies
2
+ torch==2.4.1
3
+ torchaudio==2.4.1
 
 
4
  transformers==4.46.3
5
  diffusers==0.29.0
6
+ safetensors
7
  omegaconf==2.3.0
8
+ numpy==1.26.0
9
+ resampy==0.4.3
10
+ librosa==0.10.0
11
+ soundfile
12
+ gradio==4.29.0 # ✅ Node-free stable build for T4 GPU (no "--import" issue)
13
+ spaces==0.26.1
14
+ tqdm
15
+
16
+ # Speech/voice-related packages
17
  silero-vad==5.1.2
18
  conformer==0.3.2
19
+ resemble-perth==1.0.1
20
+ s3tokenizer
21
 
22
+ # Language-specific utilities (optional, uncomment as needed)
23
+ # spacy_pkuseg # Chinese text segmentation
24
+ # pykakasi>=2.2.0 # Japanese text processing (Kanji → Hiragana)
25
+ # russian-text-stresser @ git+https://github.com/Vuizur/add-stress-to-epub
26
+ # dicta-onnx>=0.1.0 # Hebrew diacritization