staxjp commited on
Commit
469bb00
1 Parent(s): 97251f4

Update README.md

Browse files

torch was missing from the pip install command

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,7 +39,7 @@ This model has a wide range of applications and can reason and generate videos b
39
  Let's first install the libraries required:
40
 
41
  ```bash
42
- $ pip install diffusers transformers accelerate
43
  ```
44
 
45
  Now, generate a video:
 
39
  Let's first install the libraries required:
40
 
41
  ```bash
42
+ $ pip install diffusers transformers accelerate torch
43
  ```
44
 
45
  Now, generate a video: