Spaces:
Sleeping
Sleeping
Commit
·
ea6fe3e
1
Parent(s):
6070bf8
indenting 4 dummies
Browse files
app.py
CHANGED
@@ -235,12 +235,12 @@ with gr.Blocks() as iface:
|
|
235 |
gr.Markdown("this is an even weirder slot machine than the other one. on the left, you get to generate some state of the art lo-fi jungle drums at incredible speed thanks to aaron's new class of model, and if you want you can have it continue its own output. Then, you can either press the generate_music button to use the first 5 seconds as a prompt, or you can re-upload the audio into the continue_music section to have a fine-tune continue from the end of the jungle drum output, however long and insane it is. think of this as a very weird relay race and you're winning.")
|
236 |
|
237 |
with gr.Accordion("more info", open=False):
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
|
242 |
-
with gr.Accordion("fine-tunes info", open=False):
|
243 |
-
|
244 |
|
245 |
with gr.Row():
|
246 |
with gr.Column():
|
|
|
235 |
gr.Markdown("this is an even weirder slot machine than the other one. on the left, you get to generate some state of the art lo-fi jungle drums at incredible speed thanks to aaron's new class of model, and if you want you can have it continue its own output. Then, you can either press the generate_music button to use the first 5 seconds as a prompt, or you can re-upload the audio into the continue_music section to have a fine-tune continue from the end of the jungle drum output, however long and insane it is. think of this as a very weird relay race and you're winning.")
|
236 |
|
237 |
with gr.Accordion("more info", open=False):
|
238 |
+
gr.Markdown(musicgen_micro_blurb)
|
239 |
+
gr.Markdown(musicgen_blurb)
|
240 |
+
gr.Markdown(finetunes_blurb)
|
241 |
|
242 |
+
with gr.Accordion("fine-tunes info", open=False):
|
243 |
+
gr.Markdown(fine_tunes_info)
|
244 |
|
245 |
with gr.Row():
|
246 |
with gr.Column():
|