Pattr commited on
Commit
7645bcd
·
1 Parent(s): 266cdb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def PredictionToNotation(predict):
41
  drum_part.append(n)
42
  drum_part.clef = clef.PercussionClef()
43
  score.insert(0, drum_part)
44
- score.show('lily')
45
 
46
  def PredictionToChord(prediction):
47
  noteToChord = []
 
41
  drum_part.append(n)
42
  drum_part.clef = clef.PercussionClef()
43
  score.insert(0, drum_part)
44
+ return score.show('lily')
45
 
46
  def PredictionToChord(prediction):
47
  noteToChord = []