Pattr commited on
Commit
c44d5aa
·
1 Parent(s): f65c215

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -26,6 +26,9 @@ def PredictionToNotation(predict):
26
  drum_part.clef = clef.PercussionClef()
27
  score.insert(0, drum_part)
28
  score.show('lily')
 
 
 
29
 
30
  def transcribe():
31
 
 
26
  drum_part.clef = clef.PercussionClef()
27
  score.insert(0, drum_part)
28
  score.show('lily')
29
+
30
+
31
+
32
 
33
  def transcribe():
34