CindyDelage commited on
Commit
312594e
·
verified ·
1 Parent(s): 50c6335

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -1
tools.py CHANGED
@@ -75,7 +75,7 @@ class translate_everything(Tool):
75
 
76
  class image_interpreter(Tool):
77
  name = "image_tool"
78
- description = "Allows you to convert an image to text (the function will describe the image)".
79
  inputs = {
80
  'image': {"type": "image", "description": "The image or video of interest, png format or jpeg"},
81
  }
 
75
 
76
  class image_interpreter(Tool):
77
  name = "image_tool"
78
+ description = "Allows you to convert an image to text (the function will describe the image)."
79
  inputs = {
80
  'image': {"type": "image", "description": "The image or video of interest, png format or jpeg"},
81
  }