RamAnanth1 commited on
Commit
e3c2978
·
1 Parent(s): fc12fdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -424,7 +424,7 @@ class ConversationBot:
424
  "The input to this tool should be a string, representing the image_path"),
425
  Tool(name="Generate Image Condition On Pose Image", func=self.pose2image.inference,
426
  description="useful when you want to generate a new real image from both the user desciption and a human pose image. like: generate a real image of a human from this human pose image, or generate a new real image of a human from this pose. "
427
- "The input to this tool should be a comma seperated string of two, representing the image_path and the user description")]
428
  ]
429
 
430
  def init_langchain(self,api_key):
 
424
  "The input to this tool should be a string, representing the image_path"),
425
  Tool(name="Generate Image Condition On Pose Image", func=self.pose2image.inference,
426
  description="useful when you want to generate a new real image from both the user desciption and a human pose image. like: generate a real image of a human from this human pose image, or generate a new real image of a human from this pose. "
427
+ "The input to this tool should be a comma seperated string of two, representing the image_path and the user description")
428
  ]
429
 
430
  def init_langchain(self,api_key):