chore: Update transformers dependency to version 4.33.0 and MeloTTS dependency in requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -9,7 +9,7 @@ optimum
|
|
9 |
# auto-gptq
|
10 |
gradio
|
11 |
TTS==0.22.0
|
12 |
-
transformers
|
13 |
numpy
|
14 |
openai-whisper
|
15 |
geopy
|
@@ -22,6 +22,4 @@ pydantic-settings
|
|
22 |
ollama
|
23 |
plotly-express
|
24 |
loguru
|
25 |
-
|
26 |
-
unidic==1.1.0
|
27 |
-
melotts @ git+https://github.com/myshell-ai/MeloTTS.git@main
|
|
|
9 |
# auto-gptq
|
10 |
gradio
|
11 |
TTS==0.22.0
|
12 |
+
transformers>=4.33.0
|
13 |
numpy
|
14 |
openai-whisper
|
15 |
geopy
|
|
|
22 |
ollama
|
23 |
plotly-express
|
24 |
loguru
|
25 |
+
melotts @ git+https://github.com/sasan-j/MeloTTS.git@main
|
|
|
|