Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ if button:
|
|
38 |
]
|
39 |
)
|
40 |
|
41 |
-
sound = AudioSegment.
|
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}")
|