Update README.md
Browse files
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
|