launch-calcium commited on
Commit
01b2dfa
·
verified ·
1 Parent(s): 6d595cd

Fix build: Python 3.10 for gradio 5.42, CPU torch wheels, CPU audio-separator

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +2 -3
README.md CHANGED
@@ -5,7 +5,7 @@ colorFrom: purple
5
  colorTo: green
6
  sdk: gradio
7
  app_file: app.py
8
- python_version: "3.8"
9
  pinned: false
10
  license: cc-by-nc-4.0
11
  tags:
 
5
  colorTo: green
6
  sdk: gradio
7
  app_file: app.py
8
+ python_version: "3.10"
9
  pinned: false
10
  license: cc-by-nc-4.0
11
  tags:
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- --extra-index-url https://download.pytorch.org/whl/cu128
2
 
3
  torch
4
  torchaudio
@@ -30,5 +30,4 @@ git+https://github.com/avan06/pyfluidsynth
30
 
31
  demucs
32
 
33
- audio-separator[gpu]; sys_platform != 'darwin'
34
- audio-separator[cpu]; sys_platform == 'darwin'
 
1
+ --extra-index-url https://download.pytorch.org/whl/cpu
2
 
3
  torch
4
  torchaudio
 
30
 
31
  demucs
32
 
33
+ audio-separator[cpu]