jvalero commited on
Commit
17734e0
1 Parent(s): 1b1e8e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def get_vinyl_condition(filepath):
10
  chunk_length_s=30,
11
  batch_size=8,
12
  )
13
- return [0]["label"]
14
 
15
  import gradio as gr
16
 
 
10
  chunk_length_s=30,
11
  batch_size=8,
12
  )
13
+ return output[0]["label"]
14
 
15
  import gradio as gr
16