oieieio commited on
Commit
44db6b6
·
verified ·
1 Parent(s): 62f1c48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- #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)
 
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)