thecollabagepatch commited on
Commit
9ebd8e6
1 Parent(s): d102a12

cuz readme's rly are this important

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -297,7 +297,7 @@ thepatch/PhonkV2 was trained by MJ BERSABEph. there are multiple versions in the
297
  with gr.Blocks() as iface:
298
  gr.Markdown("# the-slot-machine")
299
  gr.Markdown("two ai's jamming. warning: outputs will be very strange, likely stupid, and possibly rad.")
300
- gr.Markdown("this is a musical slot machine. using musiclang, we get a midi output. then, we let a musicgen model continue, semi-randomly, from different sections of the midi track. the slot machine combines em all at the end into something very bizarre. pick a number for the seed between 1 and 10k, or leave it blank to unlock the full rnjesus powers. if you wanna be lame, you can control the chord progression, prompt duration, musicgen model, number of iterations, and BPM.")
301
 
302
  with gr.Accordion("more info", open=False):
303
  gr.Markdown(musiclang_blurb)
 
297
  with gr.Blocks() as iface:
298
  gr.Markdown("# the-slot-machine")
299
  gr.Markdown("two ai's jamming. warning: outputs will be very strange, likely stupid, and possibly rad.")
300
+ gr.Markdown("this is a musical slot machine. using musiclang, we get a midi output. then, we let a musicgen model. trim it so that you like the beginning of the output, and choose the prompt duration. Then we give it to musicgen to continue for 30 seconds. We can then choose a new model and prompt duration, trim it, and give it to musicgen to continue from the end of the output. Re-upload, trim again and repeat with a new musicgen model and different prompt duration if you want. ")
301
 
302
  with gr.Accordion("more info", open=False):
303
  gr.Markdown(musiclang_blurb)