gnyasue commited on
Commit
df8019e
·
verified ·
1 Parent(s): 2007181

update image tool

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ custom_role_conversions=None,
90
 
91
 
92
  # Import tool from Hub
93
- image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
94
 
95
  with open("prompts.yaml", 'r') as stream:
96
  prompt_templates = yaml.safe_load(stream)
 
90
 
91
 
92
  # Import tool from Hub
93
+ image_generation_tool = load_tool("m-ric/text-to-image", trust_remote_code=True)
94
 
95
  with open("prompts.yaml", 'r') as stream:
96
  prompt_templates = yaml.safe_load(stream)