Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def separate_audio(audio_path, stem_count):
|
|
33 |
paths.append(gradio_temp_path + f"/separated_audio/{randomnumber}/piano.wav")
|
34 |
|
35 |
# Return the audio file paths as a list of Audio components
|
36 |
-
return [gr.Audio(
|
37 |
|
38 |
# Define the Gradio interface
|
39 |
iface = gr.Interface(
|
|
|
33 |
paths.append(gradio_temp_path + f"/separated_audio/{randomnumber}/piano.wav")
|
34 |
|
35 |
# Return the audio file paths as a list of Audio components
|
36 |
+
return [gr.Audio(path) for path in paths]
|
37 |
|
38 |
# Define the Gradio interface
|
39 |
iface = gr.Interface(
|