Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ if uploaded_file is not None:
|
|
| 16 |
|
| 17 |
# Show the image
|
| 18 |
image = Image.open(uploaded_file)
|
| 19 |
-
col1.image(image, caption="Uploaded Image",
|
| 20 |
|
| 21 |
# Run prediction
|
| 22 |
predictions = classifier(image)
|
|
|
|
| 16 |
|
| 17 |
# Show the image
|
| 18 |
image = Image.open(uploaded_file)
|
| 19 |
+
col1.image(image, caption="Uploaded Image", use_container_width=True)
|
| 20 |
|
| 21 |
# Run prediction
|
| 22 |
predictions = classifier(image)
|