Spaces:
Running
Running
jhj0517
commited on
Commit
·
770a164
1
Parent(s):
edfc646
Corresponding versions for OS
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -12,6 +12,7 @@ transformers==4.42.3
|
|
12 |
gradio==4.43.0
|
13 |
pytubefix
|
14 |
ruamel.yaml==0.18.6
|
15 |
-
pyannote.audio==3.3.1
|
|
|
16 |
git+https://github.com/jhj0517/ultimatevocalremover_api.git
|
17 |
git+https://github.com/jhj0517/pyrubberband.git
|
|
|
12 |
gradio==4.43.0
|
13 |
pytubefix
|
14 |
ruamel.yaml==0.18.6
|
15 |
+
pyannote.audio==3.3.1; sys_platform == 'win32'
|
16 |
+
pyannote.audio==3.3.0; sys_platform != 'win32'
|
17 |
git+https://github.com/jhj0517/ultimatevocalremover_api.git
|
18 |
git+https://github.com/jhj0517/pyrubberband.git
|