m-ric HF Staff commited on
Commit
52487eb
·
verified ·
1 Parent(s): 15f8f33

Update tool_config.json

Browse files
Files changed (1) hide show
  1. tool_config.json +3 -1
tool_config.json CHANGED
@@ -1,5 +1,7 @@
1
  {
2
  "description": "This is a tool that creates a video according to a text description. It takes an input named `prompt` which contains the image description, as well as an optional input `seconds` which will be the duration of the video. The default is of two seconds. The tool outputs a video object.",
3
  "name": "video_generator",
4
- "tool_class": "text_to_video.TextToVideoTool"
 
 
5
  }
 
1
  {
2
  "description": "This is a tool that creates a video according to a text description. It takes an input named `prompt` which contains the image description, as well as an optional input `seconds` which will be the duration of the video. The default is of two seconds. The tool outputs a video object.",
3
  "name": "video_generator",
4
+ "tool_class": "text_to_video.TextToVideoTool",
5
+ "inputs": {"prompt": "str"},
6
+ "output_type": "video"
7
  }