Spaces:
Runtime error
Runtime error
Update gradio_utils.py
Browse files- gradio_utils.py +1 -1
gradio_utils.py
CHANGED
|
@@ -219,7 +219,7 @@ def upload_image_inference(img, transparency):
|
|
| 219 |
|
| 220 |
return([[img_copy, annotations],
|
| 221 |
[grayscale_cam,
|
| 222 |
-
renormalized_cam
|
| 223 |
visualization,
|
| 224 |
eigencam_image_renormalized]])
|
| 225 |
|
|
|
|
| 219 |
|
| 220 |
return([[img_copy, annotations],
|
| 221 |
[grayscale_cam,
|
| 222 |
+
renormalized_cam,
|
| 223 |
visualization,
|
| 224 |
eigencam_image_renormalized]])
|
| 225 |
|