DiogoPinheiro commited on
Commit
5bec122
·
verified ·
1 Parent(s): c99f822

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -52,10 +52,6 @@ model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may
52
  custom_role_conversions=None,
53
  )
54
 
55
-
56
- # Import tool from Hub
57
- image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
58
-
59
  with open("prompts.yaml", 'r') as stream:
60
  prompt_templates = yaml.safe_load(stream)
61
 
 
52
  custom_role_conversions=None,
53
  )
54
 
 
 
 
 
55
  with open("prompts.yaml", 'r') as stream:
56
  prompt_templates = yaml.safe_load(stream)
57