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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -37,7 +37,7 @@ Otherwise some files ending in `.pth` won't be downloaded.
37
 
38
  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 truish value (eg `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
 
 
37
 
38
  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