vinni1484 commited on
Commit
0793986
1 Parent(s): c35f02d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ if button:
38
  ]
39
  )
40
 
41
- sound = AudioSegment.from_wav(f"./output{uuid_str}/htdemucs/audio/no_vocals.mp3")
42
  sound.export("output.mp3", format="mp3", bitrate="192k")
43
 
44
  shutil.rmtree(f"audio{uuid_str}")
 
38
  ]
39
  )
40
 
41
+ sound = AudioSegment.from_mp3(f"./output{uuid_str}/htdemucs/audio/no_vocals.mp3")
42
  sound.export("output.mp3", format="mp3", bitrate="192k")
43
 
44
  shutil.rmtree(f"audio{uuid_str}")