Spaces:
Running
Running
Fabio Grasso
commited on
Commit
·
93bb83f
1
Parent(s):
bb3fd3a
fix: typo
Browse files- app/main.py +1 -1
app/main.py
CHANGED
@@ -144,7 +144,7 @@ def run():
|
|
144 |
# jobs=os.cpu_count(),
|
145 |
# verbose=True,
|
146 |
# )
|
147 |
-
|
148 |
last_dir = ".".join(filename.split(".")[:-1])
|
149 |
for file in ["vocals.mp3", "drums.mp3", "bass.mp3", "other.mp3"]:
|
150 |
file = out_path / Path(model) / last_dir / file
|
|
|
144 |
# jobs=os.cpu_count(),
|
145 |
# verbose=True,
|
146 |
# )
|
147 |
+
pass
|
148 |
last_dir = ".".join(filename.split(".")[:-1])
|
149 |
for file in ["vocals.mp3", "drums.mp3", "bass.mp3", "other.mp3"]:
|
150 |
file = out_path / Path(model) / last_dir / file
|