jwyang commited on
Commit
4b5262d
·
1 Parent(s): 2f7472f

no print out

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -112,7 +112,6 @@ def show_cam_on_image(img: np.ndarray,
112
  return np.uint8(255 * cam)
113
 
114
  def recognize_image(image, texts):
115
- print(texts)
116
  img_t = eval_transforms(image)
117
  img_d = display_transforms(image).permute(1, 2, 0).numpy()
118
 
 
112
  return np.uint8(255 * cam)
113
 
114
  def recognize_image(image, texts):
 
115
  img_t = eval_transforms(image)
116
  img_d = display_transforms(image).permute(1, 2, 0).numpy()
117