helloWorld199 commited on
Commit
f91e0a8
·
verified ·
1 Parent(s): 7d9b1d4

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, remix_dir, elapsed_time
83
 
84
 
85
  with gr.Blocks() as demo:
 
79
  elapsed_time = end-start
80
 
81
 
82
+ return result.bpm, fig, sonif_path, elapsed_time
83
 
84
 
85
  with gr.Blocks() as demo: