Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ def analyze(path):
|
|
79 |
elapsed_time = end-start
|
80 |
|
81 |
|
82 |
-
return result.bpm, fig, sonif_path,
|
83 |
|
84 |
|
85 |
with gr.Blocks() as demo:
|
|
|
79 |
elapsed_time = end-start
|
80 |
|
81 |
|
82 |
+
return result.bpm, fig, sonif_path, remix_dir, elapsed_time
|
83 |
|
84 |
|
85 |
with gr.Blocks() as demo:
|