Spaces:
Runtime error
Runtime error
Commit
·
934edda
1
Parent(s):
7a3dcd9
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ with st.sidebar:
|
|
| 24 |
|
| 25 |
no_ngram_repeat = st.slider('Max repetition limit', 1, 3, 1)
|
| 26 |
|
| 27 |
-
st.markdown('## https://mrcheeze.github.io/musenet-midi/ paste the numbers/musenet encoders you get from the ai into the big box and then click export midi')
|
| 28 |
|
| 29 |
|
| 30 |
with col1:
|
|
|
|
| 24 |
|
| 25 |
no_ngram_repeat = st.slider('Max repetition limit', 1, 3, 1)
|
| 26 |
|
| 27 |
+
st.markdown('## how to convert it into midi. go to this site https://mrcheeze.github.io/musenet-midi/ and then paste the numbers/musenet encoders you get from the ai into the big box and then click export midi')
|
| 28 |
|
| 29 |
|
| 30 |
with col1:
|