Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ def token_sequence_to_note_sequence(token_sequence, use_program=True, use_drums=
|
|
| 83 |
elif token == "[PAD]":
|
| 84 |
pass
|
| 85 |
else:
|
| 86 |
-
|
| 87 |
pass
|
| 88 |
|
| 89 |
# Make the instruments right.
|
|
|
|
| 83 |
elif token == "[PAD]":
|
| 84 |
pass
|
| 85 |
else:
|
| 86 |
+
print(f"Ignored token {token}.")
|
| 87 |
pass
|
| 88 |
|
| 89 |
# Make the instruments right.
|