Spaces:
Build error
Build error
Update app.py
Browse filesupdates the text aspect
app.py
CHANGED
@@ -33,4 +33,4 @@ if uploaded_image is not None:
|
|
33 |
# Display the image
|
34 |
st.image(image, caption="Uploaded Image", use_column_width=True)
|
35 |
|
36 |
-
st.write(
|
|
|
33 |
# Display the image
|
34 |
st.image(image, caption="Uploaded Image", use_column_width=True)
|
35 |
|
36 |
+
st.write(get_caption(image))
|