RexChan commited on
Commit
3434e9c
·
verified ·
1 Parent(s): cae734b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ import accelerate
13
  # preprocess and crop audio file
14
  def audio_preprocess(input_file):
15
  # separate music and vocal
16
- separator = Separator('spleeter:2stems')
17
  #separator.separate_to_file(input_file, output_file)
18
  separated_audio = separator.separate(input_file)
19
 
 
13
  # preprocess and crop audio file
14
  def audio_preprocess(input_file):
15
  # separate music and vocal
16
+ separator = Separator('spleeter:2stems')
17
  #separator.separate_to_file(input_file, output_file)
18
  separated_audio = separator.separate(input_file)
19