Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
-
torch=
|
| 2 |
-
torchaudio=
|
| 3 |
numpy
|
| 4 |
scipy
|
| 5 |
soundfile
|
| 6 |
librosa
|
| 7 |
streamlit
|
|
|
|
|
|
|
| 8 |
f5-tts
|
|
|
|
| 1 |
+
torch>=2.2.0
|
| 2 |
+
torchaudio>=2.2.0
|
| 3 |
numpy
|
| 4 |
scipy
|
| 5 |
soundfile
|
| 6 |
librosa
|
| 7 |
streamlit
|
| 8 |
+
transformers
|
| 9 |
+
accelerate
|
| 10 |
f5-tts
|