Spaces:
Sleeping
Sleeping
Update app_2.py
Browse files
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)
|