updated instruction
Browse files- playground.py +1 -1
playground.py
CHANGED
@@ -181,7 +181,7 @@ with gr.Blocks() as demo:
|
|
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 """)
|
|
|
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 """)
|