Spaces:
Sleeping
Sleeping
thecollabagepatch
commited on
Commit
•
01c61e1
1
Parent(s):
2cd7cd0
we did not add musicgen micro lol...new space incoming
Browse files- .gitmodules +1 -1
- app.py +0 -1
.gitmodules
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
[submodule "audiocraft"]
|
2 |
path = audiocraft
|
3 |
-
url = https://github.com/
|
|
|
1 |
[submodule "audiocraft"]
|
2 |
path = audiocraft
|
3 |
+
url = https://github.com/facebookresearch/audiocraft
|
app.py
CHANGED
@@ -324,7 +324,6 @@ 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 |
], 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")
|