RexChan commited on
Commit
8240e95
·
verified ·
1 Parent(s): 134f3cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -25,6 +25,7 @@ input_file = os.path.join(os.path.dirname(__file__), "test1.mp3")
25
  output_file = os.path.join(os.path.dirname(__file__)
26
 
27
  # preprocess and crop audio file
 
28
  def audio_preprocess():
29
  # separate music and vocal
30
  separator = Separator('spleeter:2stems')
 
25
  output_file = os.path.join(os.path.dirname(__file__)
26
 
27
  # preprocess and crop audio file
28
+
29
  def audio_preprocess():
30
  # separate music and vocal
31
  separator = Separator('spleeter:2stems')