Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
gradio==5.5.0
|
| 2 |
transformers>=4.30.0
|
| 3 |
torch>=2.0.0
|
|
|
|
| 4 |
librosa>=0.10.0
|
| 5 |
numpy>=1.24.0
|
| 6 |
scipy>=1.10.0
|
|
|
|
| 1 |
gradio==5.5.0
|
| 2 |
transformers>=4.30.0
|
| 3 |
torch>=2.0.0
|
| 4 |
+
torchaudio>=2.0.0
|
| 5 |
librosa>=0.10.0
|
| 6 |
numpy>=1.24.0
|
| 7 |
scipy>=1.10.0
|