Spaces:
Running
on
Zero
Running
on
Zero
artificialguybr
commited on
Commit
•
bc16e3f
1
Parent(s):
67dc8c2
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,18 @@ gr.Interface(
|
|
57 |
inputs=[description, melody_audio],
|
58 |
outputs=output_path,
|
59 |
title="MusicGen Demo",
|
60 |
-
description="Generate music using the MusicGen model
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
examples=[
|
62 |
["trap, synthesizer, songstarters, dark, G# minor, 140 bpm", "./assets/kalhonaho.mp3"],
|
63 |
["upbeat, electronic, synth, dance, 120 bpm", None]
|
|
|
57 |
inputs=[description, melody_audio],
|
58 |
outputs=output_path,
|
59 |
title="MusicGen Demo",
|
60 |
+
description="Generate music using the MusicGen model by Nateraw.\n\n"
|
61 |
+
"Model: musicgen-songstarter-v0.2\n"
|
62 |
+
"Download the model [here](https://huggingface.co/nateraw/musicgen-songstarter-v0.2).\n\n"
|
63 |
+
"musicgen-songstarter-v0.2 is a musicgen-stereo-melody-large fine-tuned on a dataset of melody loops from Nateraw's Splice sample library. "
|
64 |
+
"It's intended to be used to generate song ideas that are useful for music producers. It generates stereo audio in 32khz.\n\n"
|
65 |
+
"Compared to musicgen-songstarter-v0.1, this new version:\n"
|
66 |
+
"- Was trained on 3x more unique, manually-curated samples that Nateraw painstakingly purchased on Splice\n"
|
67 |
+
"- Is twice the size, bumped up from size medium ➡️ large transformer LM\n\n"
|
68 |
+
"If you find this model interesting, please consider:\n"
|
69 |
+
"- Following Nateraw on [GitHub](https://github.com/nateraw)\n"
|
70 |
+
"- Following Nateraw on [Twitter](https://twitter.com/nateraw)\n\n"
|
71 |
+
"Space created by [artificialguybr](https://twitter.com/artificialguybr) on Twitter.",
|
72 |
examples=[
|
73 |
["trap, synthesizer, songstarters, dark, G# minor, 140 bpm", "./assets/kalhonaho.mp3"],
|
74 |
["upbeat, electronic, synth, dance, 120 bpm", None]
|