Typo ffmpeg
#3
by
StudentWeis
- opened
README.md
CHANGED
@@ -41,7 +41,7 @@ pip install git+https://github.com/facebookresearch/audiocraft.git
|
|
41 |
|
42 |
2. Make sure to have [`ffmpeg`](https://ffmpeg.org/download.html) installed:
|
43 |
```
|
44 |
-
apt
|
45 |
```
|
46 |
|
47 |
3. Run the following Python code:
|
|
|
41 |
|
42 |
2. Make sure to have [`ffmpeg`](https://ffmpeg.org/download.html) installed:
|
43 |
```
|
44 |
+
apt-get install ffmpeg
|
45 |
```
|
46 |
|
47 |
3. Run the following Python code:
|