Spaces:
Running
Running
thecollabagepatch
commited on
Commit
·
e17ae6e
1
Parent(s):
6366f6f
typo fixes wee
Browse files
app.py
CHANGED
@@ -193,7 +193,7 @@ the fine-tunes hosted on the huggingface hub are provided collectively by the mu
|
|
193 |
|
194 |
# Create the Gradio interface
|
195 |
with gr.Blocks() as iface:
|
196 |
-
gr.Markdown("# the-slot
|
197 |
gr.Markdown("two ai's jamming. warning: outputs will be very strange, likely stupid, and possibly rad.")
|
198 |
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.")
|
199 |
|
|
|
193 |
|
194 |
# Create the Gradio interface
|
195 |
with gr.Blocks() as iface:
|
196 |
+
gr.Markdown("# the-slot-machine")
|
197 |
gr.Markdown("two ai's jamming. warning: outputs will be very strange, likely stupid, and possibly rad.")
|
198 |
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.")
|
199 |
|