Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ if uploaded_file is not None and analyze_button:
|
|
51 |
|
52 |
# Optimized prompt for additional clarity and detail
|
53 |
prompt_text = (
|
54 |
-
"As an expert in image accessibility and alternative text, succinctly describe the image provided in less than
|
55 |
"Provide a brief description that conveys the essential information conveyed by the image in three or fewer clear and concise sentences for use as alt text."
|
56 |
"Skip phrases like 'image of' or 'picture of.'"
|
57 |
"Your description should form a clear, well-structured, and factual paragraph that avoids bullet points, focusing on creating a seamless narrative that serves as effective alternative text for accessibility purposes."
|
|
|
51 |
|
52 |
# Optimized prompt for additional clarity and detail
|
53 |
prompt_text = (
|
54 |
+
"As an expert in image accessibility and alternative text, succinctly describe the image provided in less than 125 characters. "
|
55 |
"Provide a brief description that conveys the essential information conveyed by the image in three or fewer clear and concise sentences for use as alt text."
|
56 |
"Skip phrases like 'image of' or 'picture of.'"
|
57 |
"Your description should form a clear, well-structured, and factual paragraph that avoids bullet points, focusing on creating a seamless narrative that serves as effective alternative text for accessibility purposes."
|