Spaces:
Sleeping
Sleeping
shamimjony1000
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def main():
|
|
52 |
example_image = Image.open(example_image_path)
|
53 |
|
54 |
# Display the selected example image
|
55 |
-
st.image(example_image, caption=selected_example, use_column_width=
|
56 |
|
57 |
# Predict based on the selected example image
|
58 |
predicted_class = predict_image_class(example_image_path)
|
|
|
52 |
example_image = Image.open(example_image_path)
|
53 |
|
54 |
# Display the selected example image
|
55 |
+
st.image(example_image, caption=selected_example, use_column_width=False,width=300)
|
56 |
|
57 |
# Predict based on the selected example image
|
58 |
predicted_class = predict_image_class(example_image_path)
|