Spaces:
Sleeping
Sleeping
thecollabagepatch
commited on
Commit
•
2cd7cd0
1
Parent(s):
76c951d
another try for micro
Browse files
app.py
CHANGED
@@ -324,7 +324,7 @@ with gr.Blocks() as iface:
|
|
324 |
"thepatch/PhonkV2 (small)",
|
325 |
"thepatch/bleeps-medium (medium)",
|
326 |
"thepatch/hoenn_lofi (large)",
|
327 |
-
"pharoAIsanders420/micro-musicgen-jungle
|
328 |
], value="thepatch/vanya_ai_dnb_0.1 (small)")
|
329 |
num_iterations = gr.Slider(label="this does nothing rn", minimum=1, maximum=1, step=1, value=1)
|
330 |
generate_music_button = gr.Button("Generate Music")
|
|
|
324 |
"thepatch/PhonkV2 (small)",
|
325 |
"thepatch/bleeps-medium (medium)",
|
326 |
"thepatch/hoenn_lofi (large)",
|
327 |
+
"pharoAIsanders420/micro-musicgen-jungle"
|
328 |
], value="thepatch/vanya_ai_dnb_0.1 (small)")
|
329 |
num_iterations = gr.Slider(label="this does nothing rn", minimum=1, maximum=1, step=1, value=1)
|
330 |
generate_music_button = gr.Button("Generate Music")
|