Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
|
|
|
33 |
# Display the image
|
34 |
st.image(image, caption="Uploaded Image", use_column_width=True)
|
35 |
|
36 |
+
get_caption(image)
|