updated description
Browse files- 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
|
171 |
-
You can have a look at the generated text
|
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 |
)
|