Spaces:
Build error
Build error
Ryo Okada commited on
Commit ·
46a44f0
1
Parent(s): f4f71a8
bug fix
Browse files
app.py
CHANGED
|
@@ -152,7 +152,7 @@ with gr.Blocks() as demo:
|
|
| 152 |
with gr.Column():
|
| 153 |
# gr.Markdown("Ask ChatGPT to generate rhythm patterns")
|
| 154 |
gr.Markdown("***Hey TR-ChatGPT, give me a music!***")
|
| 155 |
-
gr.Markdown("You use the following drums. Kick drum:BD, Snare drum:SD, Closed-hihat:CH, Open-hihat:OH, Low-tom:LT, Mid-tom:MT, High-tom:HT.
|
| 156 |
And you also use MIDI note number, in format '(note)(accidental)(octave number)' (e.g. C5, D5, E5, C#4). use 'x' for an accented instrument, 'o' for a weak instrument.", elem_id="label")
|
| 157 |
with gr.Row():
|
| 158 |
with gr.Column():
|
|
|
|
| 152 |
with gr.Column():
|
| 153 |
# gr.Markdown("Ask ChatGPT to generate rhythm patterns")
|
| 154 |
gr.Markdown("***Hey TR-ChatGPT, give me a music!***")
|
| 155 |
+
gr.Markdown("You use the following drums. Kick drum:BD, Snare drum:SD, Closed-hihat:CH, Open-hihat:OH, Low-tom:LT, Mid-tom:MT, High-tom:HT. \
|
| 156 |
And you also use MIDI note number, in format '(note)(accidental)(octave number)' (e.g. C5, D5, E5, C#4). use 'x' for an accented instrument, 'o' for a weak instrument.", elem_id="label")
|
| 157 |
with gr.Row():
|
| 158 |
with gr.Column():
|