jamiepond commited on
Commit
c81b8e6
1 Parent(s): b40a60c

Fix minor typos in `README.md` (#5)

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -36,9 +36,9 @@ pip install -e . # or if you cloned the repo locally
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
 
@@ -55,7 +55,7 @@ GPUs will be able to generate short sequences, or longer sequences with the `sma
55
  **Note**: Please make sure to have [ffmpeg](https://ffmpeg.org/download.html) installed when using newer version of `torchaudio`.
56
  You can install it with:
57
  ```
58
- apt get install ffmpeg
59
  ```
60
 
61
  See after a quick example for using the API.
 
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/MusicGen` HuggingFace Space](https://huggingface.co/spaces/facebook/MusicGen) (huge thanks to all the HF team for their support).
42
 
43
  ## API
44
 
 
55
  **Note**: Please make sure to have [ffmpeg](https://ffmpeg.org/download.html) installed when using newer version of `torchaudio`.
56
  You can install it with:
57
  ```
58
+ apt-get install ffmpeg
59
  ```
60
 
61
  See after a quick example for using the API.