Alexandre Défossez commited on
Commit
bffb181
1 Parent(s): 984b375

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -40,7 +40,8 @@ pip install -e . # or if you cloned the repo locally
40
  We offer a number of way to interact with MusicGen:
41
  1. You can play with MusicGen by running the jupyter notebook at [`demo.ipynb`](./demo.ipynb) locally, or use the provided [colab notebook](https://colab.research.google.com/drive/1fxGqfg96RBUvGxZ1XXN07s3DthrKUl4-?usp=sharing).
42
  2. You can use the gradio demo locally by running `python app.py`.
43
- 3. Finally, a demo is also available on the [`facebook/MusicGen` HuggingFace Space](https://huggingface.co/spaces/facebook/MusicGen) (huge thanks to all the HF team for their support).
 
44
 
45
  ## API
46
 
 
40
  We offer a number of way to interact with MusicGen:
41
  1. You can play with MusicGen by running the jupyter notebook at [`demo.ipynb`](./demo.ipynb) locally, or use the provided [colab notebook](https://colab.research.google.com/drive/1fxGqfg96RBUvGxZ1XXN07s3DthrKUl4-?usp=sharing).
42
  2. You can use the gradio demo locally by running `python app.py`.
43
+ 3. A demo is also available on the [`facebook/MusicGen` HuggingFace Space](https://huggingface.co/spaces/facebook/MusicGen) (huge thanks to all the HF team for their support).
44
+ 4. Finally, @camenduru did a great notebook that combines [the MusicGen Gradio demo with Google Colab](https://github.com/camenduru/MusicGen-colab)
45
 
46
  ## API
47