Commit
•
14f8eae
1
Parent(s):
ac7fbae
Update README.md (#4)
Browse files- Update README.md (c32d46caef5bf2ecb5aff192b3bb1c5a58c57125)
Co-authored-by: Viktor Bordiuzha <victor30608@users.noreply.huggingface.co>
README.md
CHANGED
@@ -42,6 +42,7 @@ from huggingface_hub import snapshot_download
|
|
42 |
|
43 |
from modelscope.pipelines import pipeline
|
44 |
from modelscope.outputs import OutputKeys
|
|
|
45 |
|
46 |
model_dir = pathlib.Path('weights')
|
47 |
snapshot_download('damo-vilab/modelscope-damo-text-to-video-synthesis',
|
|
|
42 |
|
43 |
from modelscope.pipelines import pipeline
|
44 |
from modelscope.outputs import OutputKeys
|
45 |
+
import pathlib
|
46 |
|
47 |
model_dir = pathlib.Path('weights')
|
48 |
snapshot_download('damo-vilab/modelscope-damo-text-to-video-synthesis',
|