Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
numpy==1.23.5
|
| 2 |
pandas==2.1.0
|
| 3 |
-
|
| 4 |
transformers==4.30.0
|
| 5 |
librosa==0.10.0
|
| 6 |
soundfile==0.12.1
|
| 7 |
|
| 8 |
|
|
|
|
|
|
| 1 |
numpy==1.23.5
|
| 2 |
pandas==2.1.0
|
| 3 |
+
torch==2.0.0
|
| 4 |
transformers==4.30.0
|
| 5 |
librosa==0.10.0
|
| 6 |
soundfile==0.12.1
|
| 7 |
|
| 8 |
|
| 9 |
+
|