facehuggingjay commited on
Commit
891d191
·
verified ·
1 Parent(s): 60fd426

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -9
requirements.txt CHANGED
@@ -1,19 +1,13 @@
1
- # Remove the --extra-index-url line below if you're not using Nvidia GPU.
2
- # If you're using it, update url to your CUDA version (CUDA 12.1 is minimum requirement):
3
- # For CUDA 12.1, use : https://download.pytorch.org/whl/cu121
4
- # For CUDA 12.4, use : https://download.pytorch.org/whl/cu124
5
- --extra-index-url https://download.pytorch.org/whl/cu124
6
-
7
-
8
  torch
9
  torchaudio
10
- git+https://github.com/jhj0517/jhj0517-whisper.git
11
  faster-whisper==1.0.3
12
  transformers
13
- gradio
14
  gradio-i18n
15
  pytubefix
16
  ruamel.yaml==0.18.6
17
  pyannote.audio==3.3.1
 
18
  git+https://github.com/jhj0517/ultimatevocalremover_api.git
19
  git+https://github.com/jhj0517/pyrubberband.git
 
1
+ # Removed --extra-index-url; HF Spaces handles torch/CUDA separately
 
 
 
 
 
 
2
  torch
3
  torchaudio
 
4
  faster-whisper==1.0.3
5
  transformers
6
+ gradio==4.37.2
7
  gradio-i18n
8
  pytubefix
9
  ruamel.yaml==0.18.6
10
  pyannote.audio==3.3.1
11
+ git+https://github.com/jhj0517/jhj0517-whisper.git
12
  git+https://github.com/jhj0517/ultimatevocalremover_api.git
13
  git+https://github.com/jhj0517/pyrubberband.git