Commit
·
ba73836
1
Parent(s):
a8187ee
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ M<sup>2</sup>UGen was published in [M<sup>2</sup>UGen: Multi-modal Music Underst
|
|
| 12 |
|
| 13 |
The code repository for the model is published in [crypto-code/M2UGen](https://github.com/crypto-code/M2UGen). Clone the repository, download the checkpoint and run the following for a model demo:
|
| 14 |
```bash
|
| 15 |
-
python gradio_app.py --model ./ckpts/M2UGen-
|
| 16 |
```
|
| 17 |
|
| 18 |
## Citation
|
|
|
|
| 12 |
|
| 13 |
The code repository for the model is published in [crypto-code/M2UGen](https://github.com/crypto-code/M2UGen). Clone the repository, download the checkpoint and run the following for a model demo:
|
| 14 |
```bash
|
| 15 |
+
python gradio_app.py --model ./ckpts/M2UGen-MusicGen-small/checkpoint.pth --llama_dir ./ckpts/LLaMA-2 --music_decoder musicgen --music_decoder_path facebook/musicgen-small
|
| 16 |
```
|
| 17 |
|
| 18 |
## Citation
|