chore: Update requirements.txt with MeloTTS and remove duplicate entry
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
torch
|
2 |
torchvision
|
3 |
torchaudio
|
@@ -20,5 +21,4 @@ python-dotenv
|
|
20 |
pydantic-settings
|
21 |
ollama
|
22 |
plotly-express
|
23 |
-
loguru
|
24 |
-
git+https://github.com/myshell-ai/MeloTTS.git
|
|
|
1 |
+
git+https://github.com/myshell-ai/MeloTTS.git
|
2 |
torch
|
3 |
torchvision
|
4 |
torchaudio
|
|
|
21 |
pydantic-settings
|
22 |
ollama
|
23 |
plotly-express
|
24 |
+
loguru
|
|