alided1 commited on
Commit
e045d9e
·
verified ·
1 Parent(s): 34fd552

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -55,6 +55,8 @@ custom_role_conversions=None,
55
  )
56
 
57
 
 
 
58
  # Import tool from Hub
59
  image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
60
 
 
55
  )
56
 
57
 
58
+
59
+
60
  # Import tool from Hub
61
  image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
62