emmac commited on
Commit
cb44435
·
verified ·
1 Parent(s): d8f8504

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -46,6 +46,8 @@ model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may
46
  custom_role_conversions=None,
47
  )
48
 
 
 
49
 
50
  # Import tool from Hub
51
  image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
 
46
  custom_role_conversions=None,
47
  )
48
 
49
+ print("Image tool name:", image_generation_tool.name)
50
+ print("Image tool:", image_generation_tool)
51
 
52
  # Import tool from Hub
53
  image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)