Spaces:
Running
on
Zero
Running
on
Zero
thecollabagepatch
commited on
Commit
•
4cd41c1
1
Parent(s):
99fe505
new small model
Browse files
app.py
CHANGED
@@ -327,7 +327,7 @@ with gr.Blocks() as iface:
|
|
327 |
"thepatch/PhonkV2 (small)",
|
328 |
"thepatch/bleeps-medium (medium)",
|
329 |
"thepatch/hoenn_lofi (large)",
|
330 |
-
"foureyednymph/musicgen-sza-sos-small"
|
331 |
], value="thepatch/vanya_ai_dnb_0.1 (small)")
|
332 |
num_iterations = gr.Slider(label="this does nothing rn", minimum=1, maximum=1, step=1, value=1)
|
333 |
generate_music_button = gr.Button("Generate Music")
|
|
|
327 |
"thepatch/PhonkV2 (small)",
|
328 |
"thepatch/bleeps-medium (medium)",
|
329 |
"thepatch/hoenn_lofi (large)",
|
330 |
+
"foureyednymph/musicgen-sza-sos-small (small)"
|
331 |
], value="thepatch/vanya_ai_dnb_0.1 (small)")
|
332 |
num_iterations = gr.Slider(label="this does nothing rn", minimum=1, maximum=1, step=1, value=1)
|
333 |
generate_music_button = gr.Button("Generate Music")
|