tokusan2 commited on
Commit
67b065a
·
verified ·
1 Parent(s): 386cee6

🎤 Deploy 本番用依存関係(gTTS統合) with Google TTS integration for real Japanese voice synthesis

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -2
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- # Style-BERT-VITS2 Real Model Dependencies
2
  torch>=2.0.0
3
  torchaudio>=2.0.0
4
  transformers>=4.35.0
@@ -9,8 +9,12 @@ numpy>=1.24.0
9
  huggingface_hub>=0.19.0
10
  requests>=2.31.0
11
 
 
 
 
 
12
  # Audio processing
13
  librosa>=0.10.0
14
 
15
- # Additional dependencies for improved synthesis
16
  pydantic>=2.0.0
 
1
+ # Style-BERT-VITS2 Production Dependencies
2
  torch>=2.0.0
3
  torchaudio>=2.0.0
4
  transformers>=4.35.0
 
9
  huggingface_hub>=0.19.0
10
  requests>=2.31.0
11
 
12
+ # Production TTS Engine
13
+ gTTS>=2.5.0
14
+ click>=7.1
15
+
16
  # Audio processing
17
  librosa>=0.10.0
18
 
19
+ # Additional dependencies
20
  pydantic>=2.0.0