hp1318 commited on
Commit
9e2b65f
·
verified ·
1 Parent(s): fd5a0a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ custom_role_conversions=None,
78
 
79
 
80
  # Import tool from Hub
81
- image_generation_tool = load_tool("runwayml/stable-diffusion-v1-5", trust_remote_code=True)
82
 
83
  with open("prompts.yaml", 'r') as stream:
84
  prompt_templates = yaml.safe_load(stream)
 
78
 
79
 
80
  # Import tool from Hub
81
+ image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
82
 
83
  with open("prompts.yaml", 'r') as stream:
84
  prompt_templates = yaml.safe_load(stream)