masszhou commited on
Commit
578c15c
·
1 Parent(s): 47b5e1d

pin torch to 2.2.0 for ZeroGPU

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. pyproject.toml +4 -2
  3. requirements.txt +1 -1
README.md CHANGED
@@ -6,7 +6,7 @@ colorTo: green
6
  sdk: gradio
7
  sdk_version: 4.42.0
8
  app_file: app.py
9
- pinned: false
10
  license: mit
11
  short_description: API to separate vocal and bgm from audio track
12
  ---
 
6
  sdk: gradio
7
  sdk_version: 4.42.0
8
  app_file: app.py
9
+ pinned: true
10
  license: mit
11
  short_description: API to separate vocal and bgm from audio track
12
  ---
pyproject.toml CHANGED
@@ -15,7 +15,7 @@ scipy = "^1.15.2"
15
  demucs = "^4.0.1"
16
  numpy = "^2.2.4"
17
  onnxruntime = "^1.21.0"
18
- torch = "^2.6.0"
19
  tqdm = "^4.67.1"
20
  librosa = "^0.11.0"
21
  soundfile = "^0.13.1"
@@ -26,5 +26,7 @@ huggingface-hub = "^0.30.2"
26
  [build-system]
27
  requires = ["poetry-core>=2.0.0,<3.0.0"]
28
  build-backend = "poetry.core.masonry.api"
29
-
 
 
30
 
 
15
  demucs = "^4.0.1"
16
  numpy = "^2.2.4"
17
  onnxruntime = "^1.21.0"
18
+ torch = "2.2.0"
19
  tqdm = "^4.67.1"
20
  librosa = "^0.11.0"
21
  soundfile = "^0.13.1"
 
26
  [build-system]
27
  requires = ["poetry-core>=2.0.0,<3.0.0"]
28
  build-backend = "poetry.core.masonry.api"
29
+ jupyter = "^1.1.1"
30
+ qtconsole = "^5.6.1"
31
+ pyqt5 = "^5.15.11"
32
 
requirements.txt CHANGED
@@ -5,7 +5,7 @@ scipy==1.15.2
5
  numpy==2.2.4
6
  demucs==4.0.1
7
  onnxruntime==1.21.0
8
- torch==2.6.0
9
  tqdm==4.67.1
10
  librosa==0.11.0
11
  soundfile==0.13.1
 
5
  numpy==2.2.4
6
  demucs==4.0.1
7
  onnxruntime==1.21.0
8
+ torch==2.2.0
9
  tqdm==4.67.1
10
  librosa==0.11.0
11
  soundfile==0.13.1