Spaces:
Build error
Build error
broadfield
commited on
Commit
•
8426cf8
1
Parent(s):
4f774b5
Update README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
python_version:
|
4 |
tags:
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
app_file:
|
9 |
emoji: 🎵
|
10 |
colorFrom: gray
|
11 |
colorTo: blue
|
12 |
sdk: gradio
|
13 |
-
sdk_version:
|
14 |
pinned: true
|
15 |
-
license:
|
16 |
disable_embedding: false
|
17 |
---
|
18 |
# AudioCraft
|
@@ -98,4 +98,4 @@ For the general framework of AudioCraft, please cite the following.
|
|
98 |
```
|
99 |
|
100 |
When referring to a specific model, please cite as mentioned in the model specific README, e.g
|
101 |
-
[./docs/MUSICGEN.md](./docs/MUSICGEN.md), [./docs/AUDIOGEN.md](./docs/AUDIOGEN.md), etc.
|
|
|
1 |
---
|
2 |
+
title: MusicGen
|
3 |
+
python_version: '3.9'
|
4 |
tags:
|
5 |
+
- music generation
|
6 |
+
- language models
|
7 |
+
- LLMs
|
8 |
+
app_file: demos/musicgen_app.py
|
9 |
emoji: 🎵
|
10 |
colorFrom: gray
|
11 |
colorTo: blue
|
12 |
sdk: gradio
|
13 |
+
sdk_version: 5.7.1
|
14 |
pinned: true
|
15 |
+
license: cc-by-nc-4.0
|
16 |
disable_embedding: false
|
17 |
---
|
18 |
# AudioCraft
|
|
|
98 |
```
|
99 |
|
100 |
When referring to a specific model, please cite as mentioned in the model specific README, e.g
|
101 |
+
[./docs/MUSICGEN.md](./docs/MUSICGEN.md), [./docs/AUDIOGEN.md](./docs/AUDIOGEN.md), etc.
|