patchbanks commited on
Commit
1f2999d
·
verified ·
1 Parent(s): 8df70dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -264,7 +264,7 @@ with gr.Blocks(
264
  ) as iface:
265
  with gr.Column(elem_id="container"):
266
  gr.Markdown("<h1>Neural Breaks</h1>")
267
- gr.Markdown("<p>Neural Breaks is a generative MIDI model trained **on** dynamic transcriptions of funk and soul drum breaks.</p>")
268
 
269
  bpm = gr.Slider(minimum=50, maximum=200, step=1, value=100, label="BPM")
270
  temperature = gr.Slider(minimum=0.1, maximum=2.0, step=0.1, value=1.0, label="Temperature")
 
264
  ) as iface:
265
  with gr.Column(elem_id="container"):
266
  gr.Markdown("<h1>Neural Breaks</h1>")
267
+ gr.Markdown("<p>Neural Breaks is a generative MIDI model trained on dynamic transcriptions of funk and soul drum breaks.</p>")
268
 
269
  bpm = gr.Slider(minimum=50, maximum=200, step=1, value=100, label="BPM")
270
  temperature = gr.Slider(minimum=0.1, maximum=2.0, step=0.1, value=1.0, label="Temperature")