Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ custom_role_conversions=None,
|
|
107 |
)
|
108 |
|
109 |
|
110 |
-
Import tool from Hub
|
111 |
image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
|
112 |
|
113 |
with open("prompts.yaml", 'r') as stream:
|
|
|
107 |
)
|
108 |
|
109 |
|
110 |
+
# Import tool from Hub
|
111 |
image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
|
112 |
|
113 |
with open("prompts.yaml", 'r') as stream:
|