EmincanY commited on
Commit
4619276
·
verified ·
1 Parent(s): 9e137f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -25,9 +25,6 @@ model = HfApiModel(
25
  custom_role_conversions=None,
26
  )
27
 
28
- # Import tool from Hub
29
- image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
30
-
31
  # Load prompt templates
32
  with open("prompts.yaml", 'r') as stream:
33
  prompt_templates = yaml.safe_load(stream)
 
25
  custom_role_conversions=None,
26
  )
27
 
 
 
 
28
  # Load prompt templates
29
  with open("prompts.yaml", 'r') as stream:
30
  prompt_templates = yaml.safe_load(stream)