Update requirements.txt
Browse files- requirements.txt +2 -5
requirements.txt
CHANGED
|
@@ -1,9 +1,6 @@
|
|
| 1 |
-
gradio
|
| 2 |
numpy
|
| 3 |
soundfile
|
| 4 |
-
|
| 5 |
-
torch==2.2.2+cpu ; platform_system != "Darwin"
|
| 6 |
-
torch==2.2.2 ; platform_system == "Darwin"
|
| 7 |
torchaudio==2.2.2
|
| 8 |
-
# DeepFilterNet (installs the 'df' package used above)
|
| 9 |
git+https://github.com/Rikorose/DeepFilterNet.git
|
|
|
|
| 1 |
+
gradio==4.39.0
|
| 2 |
numpy
|
| 3 |
soundfile
|
| 4 |
+
torch==2.2.2
|
|
|
|
|
|
|
| 5 |
torchaudio==2.2.2
|
|
|
|
| 6 |
git+https://github.com/Rikorose/DeepFilterNet.git
|