Spaces:
Runtime error
Runtime error
Commit
·
96ac1cc
1
Parent(s):
dc0567c
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ with st.sidebar:
|
|
26 |
'Early stopping text generation',
|
27 |
('True', 'False'), key={'True' : True, 'False': False}, index=0)
|
28 |
|
29 |
-
no_ngram_repeat = st.slider('Max repetition limit', 1, 3,
|
30 |
|
31 |
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')
|
32 |
|
|
|
26 |
'Early stopping text generation',
|
27 |
('True', 'False'), key={'True' : True, 'False': False}, index=0)
|
28 |
|
29 |
+
no_ngram_repeat = st.slider('Max repetition limit', 1, 3, 1)
|
30 |
|
31 |
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')
|
32 |
|