Spaces:
Runtime error
Runtime error
bug fix
Browse files
app.py
CHANGED
@@ -92,12 +92,12 @@ def predict():
|
|
92 |
return labels_probs
|
93 |
|
94 |
|
95 |
-
# In[
|
96 |
|
97 |
|
98 |
def end2endpipeline(filename):
|
99 |
convert_sounds_melspectogram(filename)
|
100 |
-
return predict(
|
101 |
|
102 |
|
103 |
# In[16]:
|
|
|
92 |
return labels_probs
|
93 |
|
94 |
|
95 |
+
# In[20]:
|
96 |
|
97 |
|
98 |
def end2endpipeline(filename):
|
99 |
convert_sounds_melspectogram(filename)
|
100 |
+
return predict()
|
101 |
|
102 |
|
103 |
# In[16]:
|