thecollabagepatch commited on
Commit
76c951d
1 Parent(s): 9be525c

did we just add micro musicgen

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -323,7 +323,8 @@ with gr.Blocks() as iface:
323
  "thepatch/budots_remix (small)",
324
  "thepatch/PhonkV2 (small)",
325
  "thepatch/bleeps-medium (medium)",
326
- "thepatch/hoenn_lofi (large)"
 
327
  ], value="thepatch/vanya_ai_dnb_0.1 (small)")
328
  num_iterations = gr.Slider(label="this does nothing rn", minimum=1, maximum=1, step=1, value=1)
329
  generate_music_button = gr.Button("Generate Music")
 
323
  "thepatch/budots_remix (small)",
324
  "thepatch/PhonkV2 (small)",
325
  "thepatch/bleeps-medium (medium)",
326
+ "thepatch/hoenn_lofi (large)",
327
+ "pharoAIsanders420/micro-musicgen-jungle (micro)"
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")