lysandre HF staff commited on
Commit
d0dcc2c
1 Parent(s): deef182

Update text_to_video.py

Browse files
Files changed (1) hide show
  1. text_to_video.py +2 -2
text_to_video.py CHANGED
@@ -9,8 +9,8 @@ if is_accelerate_available():
9
  from accelerate import PartialState
10
 
11
  TEXT_TO_VIDEO_DESCRIPTION = (
12
- "This is a tool that creates a video according to a text description."
13
- "It takes an optional input `seconds` which will be the duration of the video."
14
  "The default is of two seconds. The tool outputs a video object."
15
  )
16
 
 
9
  from accelerate import PartialState
10
 
11
  TEXT_TO_VIDEO_DESCRIPTION = (
12
+ "This is a tool that creates a video according to a text description. "
13
+ "It takes an optional input `seconds` which will be the duration of the video. "
14
  "The default is of two seconds. The tool outputs a video object."
15
  )
16