nachikethmurthy666 commited on
Commit
63120ad
·
verified ·
1 Parent(s): 456e570

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -37,6 +37,11 @@ It enables **text-to-video generation** using diffusion models and is ideal for
37
 
38
  ## 🧪 Example Usage (Python)
39
 
 
 
 
 
 
40
  ```python
41
  from diffusers import DiffusionPipeline
42
  import torch
 
37
 
38
  ## 🧪 Example Usage (Python)
39
 
40
+ Install the Libraries
41
+ ```
42
+ $ pip install diffusers transformers accelerate torch
43
+ ```
44
+
45
  ```python
46
  from diffusers import DiffusionPipeline
47
  import torch