jethrovic commited on
Commit
20acd6d
1 Parent(s): 7fd735b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(get_caption(image))
 
33
  # Display the image
34
  st.image(image, caption="Uploaded Image", use_column_width=True)
35
 
36
+ get_caption(image)