cyberandy commited on
Commit
5db87d3
Β·
verified Β·
1 Parent(s): e367dfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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