Spaces:
Running
Running
jhj0517
commited on
Commit
·
639592c
1
Parent(s):
263313f
Use ubuntu-latest
Browse files- .github/workflows/ci.yml +1 -1
- requirements.txt +1 -3
.github/workflows/ci.yml
CHANGED
|
@@ -13,7 +13,7 @@ on:
|
|
| 13 |
jobs:
|
| 14 |
build:
|
| 15 |
|
| 16 |
-
runs-on: ubuntu-
|
| 17 |
strategy:
|
| 18 |
matrix:
|
| 19 |
python: ["3.10"]
|
|
|
|
| 13 |
jobs:
|
| 14 |
build:
|
| 15 |
|
| 16 |
+
runs-on: ubuntu-latest
|
| 17 |
strategy:
|
| 18 |
matrix:
|
| 19 |
python: ["3.10"]
|
requirements.txt
CHANGED
|
@@ -12,8 +12,6 @@ transformers==4.42.3
|
|
| 12 |
gradio==4.43.0
|
| 13 |
pytubefix
|
| 14 |
ruamel.yaml==0.18.6
|
| 15 |
-
|
| 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
|
| 19 |
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;
|
|
|
|
|
|
|
| 16 |
git+https://github.com/jhj0517/ultimatevocalremover_api.git
|
| 17 |
git+https://github.com/jhj0517/pyrubberband.git
|