userIdc2024 commited on
Commit
45d30c8
·
verified ·
1 Parent(s): 0ab86fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -133,13 +133,6 @@ def create_main_app():
133
 
134
  gr.Markdown("Bulk Creative Generation is a tool where you can upload a single image or zip of upto 10 images which will create different images for every uploaded image. Make sure the user prompt which you will write will be applicable to each image. Make sure you use this tool wisely. Also refer to the examples below for better understanding.")
135
 
136
- gr.Markdown("## System Prompt:")
137
- gr.Markdown("""You are a top-tier performance digital marketer and creative strategist with 15+ years of expertise in affiliate marketing.
138
- Your objective is to analyze the provided winning ad image, deconstruct its concept, visual composition, and color scheme, and generate a fresh, conversion-focused ad visual tailored for the {category} niche.
139
- The new design should convey a {sentiment} sentiment and incorporate the user instruction: {user_prompt}. If user has given multple choices or options to be include in the image so choose randomly relevant to the reference image.
140
- Create a visually compelling ad optimized for {platform} Ads that is scroll-stopping, pattern-interrupting, and designed to drive high CTR and Conversion Rate. Utilize striking color combinations, dynamic contrast levels, and strategic layout compositions to command attention while aligning with the target audience avatar.
141
- Make sure the images should be realistic, not be stocky at all and raw which should look like they are shot from an iPhone with {background}.""")
142
-
143
  with gr.Column():
144
  zip_file = gr.File(label="Upload Zip or Single File", file_types=[".zip", ".png", ".jpg", ".jpeg"])
145
  category = gr.Textbox(label="Category")
 
133
 
134
  gr.Markdown("Bulk Creative Generation is a tool where you can upload a single image or zip of upto 10 images which will create different images for every uploaded image. Make sure the user prompt which you will write will be applicable to each image. Make sure you use this tool wisely. Also refer to the examples below for better understanding.")
135
 
 
 
 
 
 
 
 
136
  with gr.Column():
137
  zip_file = gr.File(label="Upload Zip or Single File", file_types=[".zip", ".png", ".jpg", ".jpeg"])
138
  category = gr.Textbox(label="Category")