gputrain commited on
Commit
896c0ff
1 Parent(s): f9d4d04
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -92,12 +92,12 @@ def predict():
92
  return labels_probs
93
 
94
 
95
- # In[15]:
96
 
97
 
98
  def end2endpipeline(filename):
99
  convert_sounds_melspectogram(filename)
100
- return predict("temp.png")
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]: