vahidrezanezhad commited on
Commit
8c194a0
1 Parent(s): b5cd0e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def visualize_model_output(prediction, img):
50
 
51
 
52
 
53
- added_image = cv2.addWeighted(img,1,output,.1,0)
54
  print(added_image)
55
  return added_image
56
 
 
50
 
51
 
52
 
53
+ added_image = cv2.addWeighted(img,0.5,output,0.1,0)
54
  print(added_image)
55
  return added_image
56