Spaces:
Runtime error
Runtime error
thecollabagepatch
commited on
Commit
•
d700110
1
Parent(s):
54bd1e6
pretty icons
Browse files
app.py
CHANGED
@@ -171,21 +171,21 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
|
171 |
musiclang_blurb = """
|
172 |
## MusicLang
|
173 |
MusicLang is a controllable AI MIDI model. It can generate MIDI sequences based on user-provided parameters, or unconditionally.
|
174 |
-
- [musiclang github](https://github.com/MusicLang/musiclang_predict)
|
175 |
-
- [musiclang huggingface space](https://huggingface.co/spaces/musiclang/musiclang-predict)
|
176 |
"""
|
177 |
|
178 |
musicgen_blurb = """
|
179 |
## musicgen
|
180 |
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.
|
181 |
-
- [
|
182 |
"""
|
183 |
|
184 |
finetunes_blurb = """
|
185 |
## Fine-tuned Models
|
186 |
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.
|
187 |
-
- [musicgen discord](https://discord.gg/93kX8rGZ)
|
188 |
-
- [fine-tuning colab notebook by lyra](https://colab.research.google.com/drive/13tbcC3A42KlaUZ21qvUXd25SFLu8WIvb)
|
189 |
"""
|
190 |
|
191 |
# Create the Gradio interface
|
|
|
171 |
musiclang_blurb = """
|
172 |
## MusicLang
|
173 |
MusicLang is a controllable AI MIDI model. It can generate MIDI sequences based on user-provided parameters, or unconditionally.
|
174 |
+
- [<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab" style="vertical-align:middle"> musiclang github](https://github.com/MusicLang/musiclang_predict)
|
175 |
+
- [<img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="Hugging Face" width="20" style="vertical-align:middle"> musiclang huggingface space](https://huggingface.co/spaces/musiclang/musiclang-predict)
|
176 |
"""
|
177 |
|
178 |
musicgen_blurb = """
|
179 |
## musicgen
|
180 |
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.
|
181 |
+
- [<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" alt="GitHub" width="20" style="vertical-align:middle"> musicGen gitHub](https://github.com/facebookresearch/audiocraft)
|
182 |
"""
|
183 |
|
184 |
finetunes_blurb = """
|
185 |
## Fine-tuned Models
|
186 |
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.
|
187 |
+
- [<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)
|
188 |
+
- [<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)
|
189 |
"""
|
190 |
|
191 |
# Create the Gradio interface
|