Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def initialize_agent(model):
|
|
54 |
verbosity_level=2,
|
55 |
)
|
56 |
|
57 |
-
|
58 |
def run_agent(query: str):
|
59 |
model = HfApiModel(model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud/')
|
60 |
agent = initialize_agent(model)
|
|
|
54 |
verbosity_level=2,
|
55 |
)
|
56 |
|
57 |
+
find_images_for_presentation_prompt = "Find images related to presentations, such as slides, logos, or visuals. Search for the following: "
|
58 |
def run_agent(query: str):
|
59 |
model = HfApiModel(model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud/')
|
60 |
agent = initialize_agent(model)
|