misnaej commited on
Commit
fc2f33e
1 Parent(s): 902c8b9

updated description

Browse files
Files changed (1) hide show
  1. playground.py +2 -2
playground.py CHANGED
@@ -167,8 +167,8 @@ with gr.Blocks() as demo:
167
  piano_roll = gr.Plot(label="Piano Roll", show_label=False)
168
  description = gr.Markdown(
169
  """
170
- For each **TRACK** choose your **instrument**, along with **creativity** (temperature) and **note density** and **hit the generate Button**!
171
- You can have a look at the generated text, but most importantly, check the **piano roll** and listen to the track's generated audio!
172
  If you don't like the track, hit the generate button to regenerate it! Generate more tracks and listen to the **mixed audio**!
173
  """
174
  )
 
167
  piano_roll = gr.Plot(label="Piano Roll", show_label=False)
168
  description = gr.Markdown(
169
  """
170
+ For each **TRACK**, choose your **instrument** along with **creativity** (temperature) and **note density**. Then, hit the **Generate** Button!
171
+ You can have a look at the generated text; but most importantly, check the **piano roll** and listen to the TRACK audio!
172
  If you don't like the track, hit the generate button to regenerate it! Generate more tracks and listen to the **mixed audio**!
173
  """
174
  )