thecollabagepatch commited on
Commit
99fe505
1 Parent(s): 01c61e1

added new sza-small model

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -291,6 +291,9 @@ thepatch/hoenn_lofi is a large fine-tune by hoenn. [hoenn's Twitter](https://twi
291
 
292
  ## thepatch/PhonkV2
293
  thepatch/PhonkV2 was trained by MJ BERSABEph. there are multiple versions in the discord.
 
 
 
294
  """
295
 
296
  # Create the Gradio interface
@@ -324,6 +327,7 @@ with gr.Blocks() as iface:
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")
 
291
 
292
  ## thepatch/PhonkV2
293
  thepatch/PhonkV2 was trained by MJ BERSABEph. there are multiple versions in the discord.
294
+
295
+ ## foureyednymph/musicgen-sza-sos-small
296
+ foureyednymph/musicgen-sza-sos-small was just trained by foureyednymph. We're all about to find out if it does continuations well.
297
  """
298
 
299
  # Create the Gradio interface
 
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")