Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ model = HfApiModel(
|
|
42 |
)
|
43 |
|
44 |
# Import tool from Hub for image generation.
|
45 |
-
image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
|
46 |
|
47 |
with open("prompts.yaml", 'r') as stream:
|
48 |
prompt_templates = yaml.safe_load(stream)
|
|
|
42 |
)
|
43 |
|
44 |
# Import tool from Hub for image generation.
|
45 |
+
# image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
|
46 |
|
47 |
with open("prompts.yaml", 'r') as stream:
|
48 |
prompt_templates = yaml.safe_load(stream)
|