Fabio Grasso commited on
Commit
93bb83f
·
1 Parent(s): bb3fd3a
Files changed (1) hide show
  1. 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