victor30608 commited on
Commit
c32d46c
1 Parent(s): 1c62eb5

Update README.md

Browse files

Fixed bug with missing import

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -41,6 +41,7 @@ from huggingface_hub import snapshot_download
41
 
42
  from modelscope.pipelines import pipeline
43
  from modelscope.outputs import OutputKeys
 
44
 
45
  model_dir = pathlib.Path('weights')
46
  snapshot_download('damo-vilab/modelscope-damo-text-to-video-synthesis',
 
41
 
42
  from modelscope.pipelines import pipeline
43
  from modelscope.outputs import OutputKeys
44
+ import pathlib
45
 
46
  model_dir = pathlib.Path('weights')
47
  snapshot_download('damo-vilab/modelscope-damo-text-to-video-synthesis',