lysandre HF staff commited on
Commit
d6a2e3c
1 Parent(s): 77b4428
Files changed (1) hide show
  1. tool_config.json +4 -5
tool_config.json CHANGED
@@ -1,8 +1,7 @@
1
  {
2
- "custom_tools": {
3
- "text-to-video": {
4
- "tool_class": "text_to_video.TextToVideoTool",
5
- "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."
6
- }
7
  }
8
  }
 
1
  {
2
+ "text-to-video": {
3
+ "tool_class": "text_to_video.TextToVideoTool",
4
+ "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.",
5
+ "name": "video_generator"
 
6
  }
7
  }