Spaces:
Runtime error
Runtime error
thecollabagepatch
commited on
Commit
•
1aa5fa0
1
Parent(s):
b95dc71
uncapitalized one letter
Browse files
app.py
CHANGED
@@ -179,14 +179,14 @@ musiclang is a controllable ai midi model. it can generate midi sequences based
|
|
179 |
musicgen_blurb = """
|
180 |
## musicgen
|
181 |
musicgen is a transformer-based music model that generates audio. It can also do something called a continuation, which was initially meant to extend musicgen outputs beyond 30 seconds. it can be used with any input audio to produce surprising results.
|
182 |
-
[<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" alt="GitHub" width="20" style="vertical-align:middle">
|
183 |
visit https://thecollabagepatch.com/infinitepolo.mp3 or https://thecollabagepatch.com/audiocraft.mp3 to hear continuations in action.
|
184 |
see also https://youtube.com/@thecollabagepatch
|
185 |
"""
|
186 |
|
187 |
finetunes_blurb = """
|
188 |
## fine-tuned models
|
189 |
-
the fine-tunes hosted on the huggingface hub are provided collectively by the musicgen discord community. thanks to vanya, mj, hoenn, and of course, lyra.
|
190 |
[<img src="https://cdn.iconscout.com/icon/free/png-256/discord-3691244-3073764.png" alt="Discord" width="20" style="vertical-align:middle"> musicgen discord](https://discord.gg/93kX8rGZ)
|
191 |
[<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab" style="vertical-align:middle"> fine-tuning colab notebook by lyra](https://colab.research.google.com/drive/13tbcC3A42KlaUZ21qvUXd25SFLu8WIvb)
|
192 |
"""
|
|
|
179 |
musicgen_blurb = """
|
180 |
## musicgen
|
181 |
musicgen is a transformer-based music model that generates audio. It can also do something called a continuation, which was initially meant to extend musicgen outputs beyond 30 seconds. it can be used with any input audio to produce surprising results.
|
182 |
+
[<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" alt="GitHub" width="20" style="vertical-align:middle"> audiocraft github](https://github.com/facebookresearch/audiocraft)
|
183 |
visit https://thecollabagepatch.com/infinitepolo.mp3 or https://thecollabagepatch.com/audiocraft.mp3 to hear continuations in action.
|
184 |
see also https://youtube.com/@thecollabagepatch
|
185 |
"""
|
186 |
|
187 |
finetunes_blurb = """
|
188 |
## fine-tuned models
|
189 |
+
the fine-tunes hosted on the huggingface hub are provided collectively by the musicgen discord community. thanks to vanya, mj, hoenn, septicDNB and of course, lyra.
|
190 |
[<img src="https://cdn.iconscout.com/icon/free/png-256/discord-3691244-3073764.png" alt="Discord" width="20" style="vertical-align:middle"> musicgen discord](https://discord.gg/93kX8rGZ)
|
191 |
[<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab" style="vertical-align:middle"> fine-tuning colab notebook by lyra](https://colab.research.google.com/drive/13tbcC3A42KlaUZ21qvUXd25SFLu8WIvb)
|
192 |
"""
|