shamimjony1000 commited on
Commit
169ce08
1 Parent(s): 6e1cd5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def main():
44
  if selected_example:
45
  img_path = example_images[selected_example]
46
  img = image.load_img(img_path, target_size=(224, 224))
47
- st.image(img, caption=f'Selected Example Image: {selected_example}', width=224)
48
 
49
  # Classify the example image
50
  result, probabilities = classify_image(img)
 
44
  if selected_example:
45
  img_path = example_images[selected_example]
46
  img = image.load_img(img_path, target_size=(224, 224))
47
+ st.image(img, width=224)
48
 
49
  # Classify the example image
50
  result, probabilities = classify_image(img)