Risalat commited on
Commit
0afad24
·
verified ·
1 Parent(s): 3f95ebc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -60,7 +60,6 @@ custom_role_conversions=None,
60
 
61
 
62
  # Import tool from Hub
63
- @tool
64
  image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
65
 
66
  with open("prompts.yaml", 'r') as stream:
 
60
 
61
 
62
  # Import tool from Hub
 
63
  image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
64
 
65
  with open("prompts.yaml", 'r') as stream: