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 |
# Optimized prompt for additional clarity and detail
|
52 |
prompt_text = (
|
53 |
"As an expert in image accessibility and alternative text, succinctly describe the image provided in less than 150 characters. "
|
54 |
-
"Focus on capturing the essence and key elements of the image in
|
55 |
"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."
|
56 |
)
|
57 |
|
|
|
51 |
# Optimized prompt for additional clarity and detail
|
52 |
prompt_text = (
|
53 |
"As an expert in image accessibility and alternative text, succinctly describe the image provided in less than 150 characters. "
|
54 |
+
"Focus on capturing the essence and key elements of the image in three or fewer clear and concise sentences for use as alt text."
|
55 |
"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."
|
56 |
)
|
57 |
|