mizoru commited on
Commit
668a7ed
·
1 Parent(s): 6f18ef3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -19,7 +19,6 @@ def predict(path):
19
 
20
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
21
 
22
- print(predict('example1.mp3'))
23
 
24
  title = "Japanese Pitch Accent Pattern Detector"
25
 
 
19
 
20
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
21
 
 
22
 
23
  title = "Japanese Pitch Accent Pattern Detector"
24