Spaces:
Running
Running
jhj0517
commited on
Commit
·
263313f
1
Parent(s):
5469c8a
Specify version
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -12,7 +12,7 @@ transformers==4.42.3
|
|
12 |
gradio==4.43.0
|
13 |
pytubefix
|
14 |
ruamel.yaml==0.18.6
|
15 |
-
networkx
|
16 |
pyannote.audio==3.3.1; sys_platform == 'win32'
|
17 |
pyannote.audio==3.3.0; sys_platform != 'win32'
|
18 |
git+https://github.com/jhj0517/ultimatevocalremover_api.git
|
|
|
12 |
gradio==4.43.0
|
13 |
pytubefix
|
14 |
ruamel.yaml==0.18.6
|
15 |
+
networkx==2.8.8; sys_platform != 'win32'
|
16 |
pyannote.audio==3.3.1; sys_platform == 'win32'
|
17 |
pyannote.audio==3.3.0; sys_platform != 'win32'
|
18 |
git+https://github.com/jhj0517/ultimatevocalremover_api.git
|