faizaltkl commited on
Commit
ede6ed5
·
verified ·
1 Parent(s): 32f451f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ custom_role_conversions=None,
44
  )
45
 
46
 
47
- # Import tool from Hub
48
  image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
49
 
50
  with open("prompts.yaml", 'r') as stream:
 
44
  )
45
 
46
 
47
+ # Import tool from Hub ok
48
  image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
49
 
50
  with open("prompts.yaml", 'r') as stream: