ProfessorLeVesseur commited on
Commit
0978c0b
·
verified ·
1 Parent(s): fb5451f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 a single, clear, and concise sentence 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
 
 
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