Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ def midiToStr(mPath):
|
|
46 |
opens[msg.note] = globalT
|
47 |
return ', '.join(midOut)
|
48 |
|
49 |
-
st.markdown('# GPT-4 2 Midi\n####AI Generated Polyphonic Music\n##### plus conversion tools for use with Chat-GPT\napp by [d3nt](https://github.com/d3n7/)')
|
50 |
main, m2t, t2m = st.tabs(['GPT4-To-Midi', 'Midi-2-Text', 'Text-2-Midi'])
|
51 |
|
52 |
with main:
|
|
|
46 |
opens[msg.note] = globalT
|
47 |
return ', '.join(midOut)
|
48 |
|
49 |
+
st.markdown('# GPT-4 2 Midi\n#### AI Generated Polyphonic Music\n##### plus conversion tools for use with Chat-GPT\napp by [d3nt](https://github.com/d3n7/)')
|
50 |
main, m2t, t2m = st.tabs(['GPT4-To-Midi', 'Midi-2-Text', 'Text-2-Midi'])
|
51 |
|
52 |
with main:
|