Segizu commited on
Commit
dc8958e
·
1 Parent(s): a3b530f

numpy 1.22

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -2
requirements.txt CHANGED
@@ -1,5 +1,16 @@
 
1
  streamlit
2
- TTS
 
3
  torch
4
  torchaudio
5
- numpy == 1.22.4
 
 
 
 
 
 
 
 
 
 
1
+ # Streamlit para la interfaz web
2
  streamlit
3
+
4
+ # PyTorch y TorchAudio para el backend de TTS
5
  torch
6
  torchaudio
7
+
8
+ # Coqui TTS (incluye YourTTS, Tacotron, etc.)
9
+ TTS
10
+
11
+ # Otras librerías útiles para manejo de audio
12
+ numpy
13
+ librosa
14
+ umap-learn
15
+ scipy
16
+ inflect