Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
streamlit>=1.30.0
|
| 2 |
streamlit-mic-recorder==0.0.8
|
| 3 |
-
torch>=2.
|
| 4 |
-
transformers>=4.
|
| 5 |
-
torchaudio>=2.
|
| 6 |
-
numpy
|
| 7 |
-
soundfile>=0.
|
| 8 |
-
pydub
|
|
|
|
| 1 |
streamlit>=1.30.0
|
| 2 |
streamlit-mic-recorder==0.0.8
|
| 3 |
+
torch>=2.8.0
|
| 4 |
+
transformers>=4.56.0
|
| 5 |
+
torchaudio>=2.8.0
|
| 6 |
+
numpy==1.25.3
|
| 7 |
+
soundfile>=0.13.1
|
| 8 |
+
pydub==0.25.1
|