jbilcke-hf HF staff commited on
Commit
251c9e8
·
verified ·
1 Parent(s): a832e39

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -39,9 +39,9 @@ By default the handler will do Text-to-Video.
39
 
40
  To do Image-Text-To-Video, you need to set the environment variable `SUPPORT_INPUT_IMAGE_PROMPT` to a trueish value (eg `1`, `True`).
41
 
42
- It is possible to support both pipelines at the same time of you modify the `handler.py`(I did that in the past).
43
 
44
- If you keep both pipelines active this will consume more memory.
45
 
46
 
47
  ## Credits
 
39
 
40
  To do Image-Text-To-Video, you need to set the environment variable `SUPPORT_INPUT_IMAGE_PROMPT` to a trueish value (eg `1`, `True`).
41
 
42
+ It is possible to support both pipelines at the same time if you modify the `handler.py`.
43
 
44
+ But if you keep both pipelines active in parallel, this will consume more memory.
45
 
46
 
47
  ## Credits