palbha commited on
Commit
aa70609
·
verified ·
1 Parent(s): 2117cc2

Update app_2.py

Browse files
Files changed (1) hide show
  1. app_2.py +2 -0
app_2.py CHANGED
@@ -67,6 +67,8 @@ def initialize_agent(model):
67
  )
68
 
69
  find_images_for_presentation_prompt = "Find images related to presentations, such as slides, logos, or visuals. Search for the following: "
 
 
70
  def run_agent(query: str):
71
  model = HfApiModel(model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud/')
72
  agent = initialize_agent(model)
 
67
  )
68
 
69
  find_images_for_presentation_prompt = "Find images related to presentations, such as slides, logos, or visuals. Search for the following: "
70
+ find_images_for_presentation_prompt = "Provide image URLs related to the following for a presentation: "
71
+
72
  def run_agent(query: str):
73
  model = HfApiModel(model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud/')
74
  agent = initialize_agent(model)