Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -185,7 +185,7 @@ def rename_stems(audio, vocals_stem, instrumental_stem, other_stem, drums_stem,
|
|
185 |
def leaderboard(list_filter, list_limit):
|
186 |
try:
|
187 |
result = subprocess.run(
|
188 |
-
["
|
189 |
capture_output=True,
|
190 |
text=True,
|
191 |
)
|
|
|
185 |
def leaderboard(list_filter, list_limit):
|
186 |
try:
|
187 |
result = subprocess.run(
|
188 |
+
["audio-separator", "-l", f"--list_filter={list_filter}", f"--list_limit={list_limit}"],
|
189 |
capture_output=True,
|
190 |
text=True,
|
191 |
)
|