ZDingman commited on
Commit
b64eb22
·
verified ·
1 Parent(s): 6807442

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -5
requirements.txt CHANGED
@@ -1,9 +1,6 @@
1
- gradio>=4.0.0
2
  numpy
3
  soundfile
4
- # CPU Torch builds for Spaces (first build takes a few minutes)
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