Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
-
gradio==4.44.0
|
| 2 |
torch>=2.0.0
|
| 3 |
torchaudio>=2.0.0
|
| 4 |
-
|
| 5 |
-
soundfile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
torch>=2.0.0
|
| 2 |
torchaudio>=2.0.0
|
| 3 |
+
librosa>=0.10.0
|
| 4 |
+
soundfile>=0.12.0
|
| 5 |
+
numpy>=1.21.0
|
| 6 |
+
gradio>=4.0.0
|
| 7 |
+
tqdm>=4.64.0
|