Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,8 @@ base_model:
|
|
4 |
pipeline_tag: image-to-video
|
5 |
library_name: diffusers
|
6 |
---
|
7 |
-
|
|
|
8 |
|
9 |
```
|
10 |
from huggingface_hub import snapshot_download
|
|
|
4 |
pipeline_tag: image-to-video
|
5 |
library_name: diffusers
|
6 |
---
|
7 |
+
|
8 |
+
Place this snippet on top of your Inference Code to download the model automatically
|
9 |
|
10 |
```
|
11 |
from huggingface_hub import snapshot_download
|