Update app.py
Browse files
app.py
CHANGED
@@ -132,6 +132,7 @@ def generate_product_description(image, description_type, custom_instruction=Non
|
|
132 |
"Limited Edition π": "Create an exclusive product description for the limited-edition item shown in the image, highlighting its uniqueness and scarcity.",
|
133 |
"Subscription Model π": "Write a product description that promotes the item in the image as part of a subscription service, detailing recurring benefits.",
|
134 |
"B2B Focused π’": "Develop a professional product description suitable for business-to-business contexts, emphasizing features relevant to corporate clients.",
|
|
|
135 |
}
|
136 |
|
137 |
|
|
|
132 |
"Limited Edition π": "Create an exclusive product description for the limited-edition item shown in the image, highlighting its uniqueness and scarcity.",
|
133 |
"Subscription Model π": "Write a product description that promotes the item in the image as part of a subscription service, detailing recurring benefits.",
|
134 |
"B2B Focused π’": "Develop a professional product description suitable for business-to-business contexts, emphasizing features relevant to corporate clients.",
|
135 |
+
"Alt Text Generation π¦Ώ": "Generate concise and descriptive alt text for the image, ensuring accessibility for users with visual impairments. Focus on the image's key elements and purpose.",
|
136 |
}
|
137 |
|
138 |
|