Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
demucs
|
| 3 |
torch
|
| 4 |
torchaudio
|
| 5 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.1
|
|
|
|
| 2 |
torch
|
| 3 |
torchaudio
|
| 4 |
+
demucs
|
| 5 |
+
soundfile
|
| 6 |
+
ffmpeg-python
|