lllindsey0615 commited on
Commit
33e0afe
·
1 Parent(s): 12060fc

updated for gradio 5

Browse files
Files changed (2) hide show
  1. README.md +1 -7
  2. requirements.txt +3 -2
README.md CHANGED
@@ -8,10 +8,4 @@ sdk_version: 5.27.1
8
  app_file: app.py
9
  pinned: false
10
  short_description: pyharp-wrapped demucs stem separator model running on GPU
11
- hf_oauth: true
12
- hf_oauth_expiration_minutes: 480
13
- hf_oauth_scopes:
14
- - inference-api
15
- ---
16
-
17
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
8
  app_file: app.py
9
  pinned: false
10
  short_description: pyharp-wrapped demucs stem separator model running on GPU
11
+ ---
 
 
 
 
 
 
requirements.txt CHANGED
@@ -7,12 +7,13 @@ lameenc>=1.2
7
  openunmix
8
  pyyaml
9
  tqdm
10
- torch==2.0.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
11
- torchaudio==2.0.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
12
  diffq>=0.2.1
13
  ffmpeg
14
  numpy<2
15
  scipy
16
  soundfile
17
  hydra-core>=1.1
 
18
  pydantic==2.10.6
 
7
  openunmix
8
  pyyaml
9
  tqdm
10
+ torch>=1.8.1, <2.1
11
+ torchaudio>=0.8, <2.1
12
  diffq>=0.2.1
13
  ffmpeg
14
  numpy<2
15
  scipy
16
  soundfile
17
  hydra-core>=1.1
18
+ typing
19
  pydantic==2.10.6