Fabrice-TIERCELIN commited on
Commit
70f412f
1 Parent(s): 67f93cb

Change the name

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -1,18 +1,18 @@
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: 3.34.0
14
  pinned: true
15
- license: "cc-by-nc-4.0"
16
  disable_embedding: true
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: Text-to-Music
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: 3.34.0
14
  pinned: true
15
+ license: cc-by-nc-4.0
16
  disable_embedding: true
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.