Spaces:
Running on Zero
Running on Zero
Commit ·
f20dbe8
1
Parent(s): ce1516d
added new small model
Browse files
app.py
CHANGED
|
@@ -226,6 +226,9 @@ thepatch/hoenn_lofi is a large fine-tune by hoenn. [hoenn's Twitter](https://twi
|
|
| 226 |
|
| 227 |
## thepatch/PhonkV2
|
| 228 |
thepatch/PhonkV2 was trained by MJ BERSABEph. there are multiple versions in the discord.
|
|
|
|
|
|
|
|
|
|
| 229 |
"""
|
| 230 |
|
| 231 |
# Create the Gradio interface
|
|
@@ -258,6 +261,7 @@ with gr.Blocks() as iface:
|
|
| 258 |
"thepatch/PhonkV2 (small)",
|
| 259 |
"thepatch/bleeps-medium (medium)",
|
| 260 |
"thepatch/hoenn_lofi (large)",
|
|
|
|
| 261 |
], value="thepatch/vanya_ai_dnb_0.1 (small)")
|
| 262 |
generate_music_button = gr.Button("Generate Music")
|
| 263 |
output_audio = gr.Audio(label="Generated Music", type="filepath")
|
|
|
|
| 226 |
|
| 227 |
## thepatch/PhonkV2
|
| 228 |
thepatch/PhonkV2 was trained by MJ BERSABEph. there are multiple versions in the discord.
|
| 229 |
+
|
| 230 |
+
## foureyednymph/musicgen-sza-sos-small
|
| 231 |
+
foureyednymph/musicgen-sza-sos-small was just trained by foureyednymph. We're all about to find out if it does continuations well.
|
| 232 |
"""
|
| 233 |
|
| 234 |
# Create the Gradio interface
|
|
|
|
| 261 |
"thepatch/PhonkV2 (small)",
|
| 262 |
"thepatch/bleeps-medium (medium)",
|
| 263 |
"thepatch/hoenn_lofi (large)",
|
| 264 |
+
"foureyednymph/musicgen-sza-sos-small (small)"
|
| 265 |
], value="thepatch/vanya_ai_dnb_0.1 (small)")
|
| 266 |
generate_music_button = gr.Button("Generate Music")
|
| 267 |
output_audio = gr.Audio(label="Generated Music", type="filepath")
|