Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -227,7 +227,7 @@ hotels = web_search("Recommended hotels in Paris with pricing and location detai
|
|
227 |
restaurants = web_search("Top-rated local restaurants in Paris, different budgets and cuisines")
|
228 |
|
229 |
# Import tool from Hub
|
230 |
-
|
231 |
|
232 |
with open("prompts.yaml", 'r') as stream:
|
233 |
prompt_templates = yaml.safe_load(stream)
|
|
|
227 |
restaurants = web_search("Top-rated local restaurants in Paris, different budgets and cuisines")
|
228 |
|
229 |
# Import tool from Hub
|
230 |
+
image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
|
231 |
|
232 |
with open("prompts.yaml", 'r') as stream:
|
233 |
prompt_templates = yaml.safe_load(stream)
|