RamAnanth1 commited on
Commit
c9f69e4
·
1 Parent(s): b0b79b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -891,6 +891,7 @@ class ConversationBot:
891
  #Tool(name="Generate Image Condition On Pose Image", func=self.pose2image.inference,
892
  #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. "
893
  #"The input to this tool should be a comma seperated string of two, representing the image_path and the user description")]
 
894
  self.agent = initialize_agent(
895
  self.tools,
896
  self.llm,
 
891
  #Tool(name="Generate Image Condition On Pose Image", func=self.pose2image.inference,
892
  #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. "
893
  #"The input to this tool should be a comma seperated string of two, representing the image_path and the user description")]
894
+ ]
895
  self.agent = initialize_agent(
896
  self.tools,
897
  self.llm,