Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
pydub
|
| 6 |
soundfile
|
| 7 |
ffmpeg-python
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
librosa>=0.9.0,<1.0
|
| 3 |
+
numpy>=1.23
|
| 4 |
+
pydub>=0.25.1
|
|
|
|
| 5 |
soundfile
|
| 6 |
ffmpeg-python
|