Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -738,7 +738,7 @@ def update_ensemble_models(category):
|
|
| 738 |
|
| 739 |
def download_audio_wrapper(url, cookie_file):
|
| 740 |
file_path, status, audio_data = download_audio(url, cookie_file)
|
| 741 |
-
return
|
| 742 |
|
| 743 |
def create_interface():
|
| 744 |
with gr.Blocks(title="🎵 SESA Fast Separation 🎵", css=CSS, elem_id="app-container") as app:
|
|
|
|
| 738 |
|
| 739 |
def download_audio_wrapper(url, cookie_file):
|
| 740 |
file_path, status, audio_data = download_audio(url, cookie_file)
|
| 741 |
+
return file_path, status # Return file_path instead of audio_data
|
| 742 |
|
| 743 |
def create_interface():
|
| 744 |
with gr.Blocks(title="🎵 SESA Fast Separation 🎵", css=CSS, elem_id="app-container") as app:
|