felixkreuk commited on
Commit
0c75a46
1 Parent(s): 9138f15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -35,7 +35,10 @@ pip install -e . # or if you cloned the repo locally
35
  ```
36
 
37
  ## Usage
38
- 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). Finally, a demo is also available on the [`facebook/MusiGen` HugginFace Space](https://huggingface.co/spaces/facebook/MusicGen) (huge thanks to all the HF team for their support).
 
 
 
39
 
40
  ## API
41
 
 
35
  ```
36
 
37
  ## Usage
38
+ We offer a number of way to interact with MusicGen:
39
+ 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).
40
+ 2. You can use the gradio demo locally by running `python app.py`.
41
+ 3. Finally, a demo is also available on the [`facebook/MusiGen` HugginFace Space](https://huggingface.co/spaces/facebook/MusicGen) (huge thanks to all the HF team for their support).
42
 
43
  ## API
44