Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|