Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ def separate_audio(audio_file):
|
|
| 41 |
stem1_file = files_list[0]
|
| 42 |
stem2_file = files_list[1]
|
| 43 |
|
| 44 |
-
return stem1_file
|
| 45 |
|
| 46 |
# Define the Gradio Blocks interface
|
| 47 |
with gr.Blocks() as demo:
|
|
|
|
| 41 |
stem1_file = files_list[0]
|
| 42 |
stem2_file = files_list[1]
|
| 43 |
|
| 44 |
+
return stem1_file, stem2_file
|
| 45 |
|
| 46 |
# Define the Gradio Blocks interface
|
| 47 |
with gr.Blocks() as demo:
|