We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6410fe2 commit 65111e0Copy full SHA for 65111e0
1 file changed
app.py
@@ -114,10 +114,10 @@ def generate_image_via_api(prompt):
114
st.warning(f"Summary generation failed: {e}")
115
if extracted_text:
116
summary = (f"This image contains: {caption}. "
117
- f"The following text is present: {extracted_text}")
+ f"The following text is present: {extracted_text}")
118
else:
119
120
- f"No readable text was detected.")
+ f"No readable text was detected.")
121
st.info(f"**Summary:** {summary}")
122
123
with tab2:
0 commit comments