Shawn1042 Cursor commited on
Commit ·
a0a1c95
1
Parent(s): c068b8a
fix: cap transformers<5.0.0 to prevent coqui-tts from pulling incompatible v5
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
torch
|
| 2 |
torchaudio
|
|
|
|
| 3 |
coqui-tts[codec]
|
| 4 |
soundfile
|
| 5 |
numpy
|
|
|
|
| 1 |
torch
|
| 2 |
torchaudio
|
| 3 |
+
transformers<5.0.0
|
| 4 |
coqui-tts[codec]
|
| 5 |
soundfile
|
| 6 |
numpy
|