misnaej commited on
Commit
127ef0f
1 Parent(s): f350f38

updated description

Browse files
Files changed (1) hide show
  1. playground.py +2 -2
playground.py CHANGED
@@ -183,12 +183,12 @@ with gr.Blocks() as demo:
183
  Then, hit the **Generate** Button, and after a few seconds a track should have been generated.
184
  Check the **piano roll** and listen to the TRACK! If you don't like the track, hit the generate button to regenerate it.
185
  You can then generate more tracks and listen to the **mixed audio**! \n
186
- Does it sound nice? Maybe a little robotic and laking some depth... Well, you can download the MIDI file and use it in the DAW of your choice to edit the instruments and add some effects of your choices!
187
  """
188
  )
189
 
190
  aud_md = gr.Markdown(f""" ## Mixed Audio, Piano Roll and MIDI Download """)
191
- with gr.Row(equal_height=True, variant="default"):
192
  mixed_audio = gr.Audio(label="Mixed Audio", show_label=False)
193
  output_file = gr.File(
194
  label="Download",
 
183
  Then, hit the **Generate** Button, and after a few seconds a track should have been generated.
184
  Check the **piano roll** and listen to the TRACK! If you don't like the track, hit the generate button to regenerate it.
185
  You can then generate more tracks and listen to the **mixed audio**! \n
186
+ Does it sound nice? Maybe a little robotic and laking some depth... Well, you can download the MIDI file and import it in your favorite DAW to edit the instruments and add some effects!
187
  """
188
  )
189
 
190
  aud_md = gr.Markdown(f""" ## Mixed Audio, Piano Roll and MIDI Download """)
191
+ with gr.Row(variant="default"):
192
  mixed_audio = gr.Audio(label="Mixed Audio", show_label=False)
193
  output_file = gr.File(
194
  label="Download",