Spaces:
Sleeping
Sleeping
Update image_functions.py
Browse files- image_functions.py +1 -1
image_functions.py
CHANGED
|
@@ -77,7 +77,7 @@ def generate_image(template_path, file_path, size, quality, category, sentiment,
|
|
| 77 |
prompt=f"""You are a top-tier performance digital marketer and creative strategist with 15+ years of expertise in affiliate marketing.
|
| 78 |
Your objective is to analyze the provided winning template image and given ad image, deconstruct ad image concept, visual composition, and color scheme, and generate a fresh, conversion-focused ad visual in the given template image tailored for the {category} niche.
|
| 79 |
The new design should convey a {sentiment} sentiment and incorporate the user instruction: {user_prompt}.
|
| 80 |
-
Create a visually compelling ad optimized for
|
| 81 |
image=[open(template_path, "rb"), open(file_path, "rb")],
|
| 82 |
size=size,
|
| 83 |
quality=quality,
|
|
|
|
| 77 |
prompt=f"""You are a top-tier performance digital marketer and creative strategist with 15+ years of expertise in affiliate marketing.
|
| 78 |
Your objective is to analyze the provided winning template image and given ad image, deconstruct ad image concept, visual composition, and color scheme, and generate a fresh, conversion-focused ad visual in the given template image tailored for the {category} niche.
|
| 79 |
The new design should convey a {sentiment} sentiment and incorporate the user instruction: {user_prompt}.
|
| 80 |
+
Create a visually compelling ad optimized for Facebook Ads in the same template that is scroll-stopping, pattern-interrupting, and designed to drive high CTR and CR. Utilize striking color combinations, dynamic contrast levels, and strategic layout compositions to command attention while aligning with the target audience avatar and reinforcing the brand’s messaging.""",
|
| 81 |
image=[open(template_path, "rb"), open(file_path, "rb")],
|
| 82 |
size=size,
|
| 83 |
quality=quality,
|