Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = []
|