Spaces:
Runtime error
Runtime error
Update music.py
Browse files
music.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
|
|
| 1 |
|
| 2 |
-
\"\"\"Music adapter: map text to simple MIDI-like sequences (pitch,duration).\"\"\"
|
| 3 |
import numpy as np
|
| 4 |
|
| 5 |
class MusicAdapter:
|
|
|
|
| 1 |
+
"""Music adapter: map text to simple MIDI-like sequences (pitch,duration)."""
|
| 2 |
|
|
|
|
| 3 |
import numpy as np
|
| 4 |
|
| 5 |
class MusicAdapter:
|