Sijuade commited on
Commit
d795753
·
1 Parent(s): 245ffee

Update gradio_utils.py

Browse files
Files changed (1) hide show
  1. 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