Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,4 +12,6 @@ idx = st.number_input(
|
|
12 |
)
|
13 |
piece = MidiPiece.from_huggingface(dataset[idx])
|
14 |
|
15 |
-
streamlit_pianoroll.from_fortepyan(piece[:500])
|
|
|
|
|
|
12 |
)
|
13 |
piece = MidiPiece.from_huggingface(dataset[idx])
|
14 |
|
15 |
+
streamlit_pianoroll.from_fortepyan(piece[:500])
|
16 |
+
|
17 |
+
st.json(piece.source)
|