Spaces:
Running
Running
Update app.py
#7
by
drod75
- opened
app.py
CHANGED
@@ -384,7 +384,7 @@ elif uploaded_image is not None:
|
|
384 |
input_image = Image.open(uploaded_image)
|
385 |
|
386 |
# Display the image
|
387 |
-
st.image(input_image, caption="Uploaded Image.",
|
388 |
|
389 |
# Classify the image and display the result
|
390 |
predictions = classifyImage(input_image)
|
|
|
384 |
input_image = Image.open(uploaded_image)
|
385 |
|
386 |
# Display the image
|
387 |
+
st.image(input_image, caption="Uploaded Image.", use_container_width=True)
|
388 |
|
389 |
# Classify the image and display the result
|
390 |
predictions = classifyImage(input_image)
|