helloWorld199 commited on
Commit
bbceada
·
verified ·
1 Parent(s): b8b937c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def analyze(path):
79
  elapsed_time = end-start
80
 
81
 
82
- return result.bpm, fig, sonif_path, stems_paths, elapsed_time
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: