fatsam commited on
Commit
12a9223
·
verified ·
1 Parent(s): 7abd4da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ model = HfApiModel(
42
  )
43
 
44
  # Import tool from Hub for image generation.
45
- image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
46
 
47
  with open("prompts.yaml", 'r') as stream:
48
  prompt_templates = yaml.safe_load(stream)
 
42
  )
43
 
44
  # Import tool from Hub for image generation.
45
+ # image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
46
 
47
  with open("prompts.yaml", 'r') as stream:
48
  prompt_templates = yaml.safe_load(stream)