updated instructions
Browse files- playground.py +2 -1
playground.py
CHANGED
|
@@ -180,7 +180,8 @@ with gr.Blocks() as demo:
|
|
| 180 |
Check the **piano roll** and listen to the TRACK! If you don't like it, hit the generate button to regenerate it.
|
| 181 |
You can then generate more tracks and listen to the **mixed audio**! \n
|
| 182 |
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!
|
| 183 |
-
|
|
|
|
| 184 |
)
|
| 185 |
|
| 186 |
aud_md = gr.Markdown(f""" ## Mixed Audio, Piano Roll and MIDI Download """)
|
|
|
|
| 180 |
Check the **piano roll** and listen to the TRACK! If you don't like it, hit the generate button to regenerate it.
|
| 181 |
You can then generate more tracks and listen to the **mixed audio**! \n
|
| 182 |
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!
|
| 183 |
+
Note: Do not try to generate several tracks simultaneously as it will crash the app; wait for one track to be generated before generating another one.
|
| 184 |
+
""""""
|
| 185 |
)
|
| 186 |
|
| 187 |
aud_md = gr.Markdown(f""" ## Mixed Audio, Piano Roll and MIDI Download """)
|