tahirturk commited on
Commit
7c236bd
·
1 Parent(s): a7713e6
Files changed (3) hide show
  1. .node-version +0 -1
  2. README.md +8 -12
  3. requirements.txt +12 -26
.node-version DELETED
@@ -1 +0,0 @@
1
- 20
 
 
README.md CHANGED
@@ -1,15 +1,11 @@
1
  ---
2
- title: Realistic Voice Cloner 🎙️
3
- emoji: 🧠
4
- colorFrom: blue
5
- colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 4.44.0
8
  app_file: app.py
9
- hardware:
10
- - gpu
11
- tags:
12
- - tts
13
- - gradio
14
- - huggingface
15
- ---
 
1
  ---
2
+ title: Chatterbox-Multilingual-TTS
3
+ emoji: 🌎
4
+ colorFrom: indigo
5
+ colorTo: blue
6
  sdk: gradio
7
+ sdk_version: 5.29.0
8
  app_file: app.py
9
+ pinned: false
10
+ short_description: Chatterbox TTS supporting 23 languages
11
+ ---
 
 
 
 
requirements.txt CHANGED
@@ -1,33 +1,19 @@
1
- # Core Framework
2
- gradio==4.44.0
3
- spaces
4
-
5
- # Deep Learning
6
- torch>=2.2.0
7
- torchvision
8
- torchaudio
9
-
10
- # Audio + Speech Processing
11
- librosa==0.10.0
12
  resampy==0.4.3
13
- soundfile
14
- silero-vad==5.1.2
15
-
16
- # NLP + Tokenization
17
- transformers==4.46.3
18
  s3tokenizer
19
- spacy==3.7.4
20
- spacy_pkuseg
21
- pykakasi>=2.2.0
22
- omegaconf==2.3.0
23
-
24
- # Diffusion + Voice Models
25
  diffusers==0.29.0
 
26
  resemble-perth==1.0.1
 
27
  conformer==0.3.2
28
  safetensors
29
 
30
- # Utility Libraries
31
- numpy
32
- requests
33
- tqdm
 
 
 
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