Pattr commited on
Commit
ca309ed
·
1 Parent(s): 6fd7b3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def PredictionToChord(prediction):
54
 
55
 
56
 
57
- def transcribe(sdgsd):
58
 
59
  return PredictionToNotation(["Hihat + Snare"])
60
 
 
54
 
55
 
56
 
57
+ def transcribe(AudioFile):
58
 
59
  return PredictionToNotation(["Hihat + Snare"])
60