Atualli commited on
Commit
bea1844
1 Parent(s): a2a63d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def greet(image):
107
  #image = increase_brightness(sharpened, value=10) # 60 ->5qoOk.png #10 -> if8nC.png
108
 
109
 
110
- image = cv2.resize(image, (720,480), interpolation=cv2.INTER_LINEAR)
111
 
112
  norm_img = np.zeros((image.shape[0], image.shape[1]))
113
  image = cv2.normalize(image, norm_img, 0, 255, cv2.NORM_MINMAX)
 
107
  #image = increase_brightness(sharpened, value=10) # 60 ->5qoOk.png #10 -> if8nC.png
108
 
109
 
110
+ #image = cv2.resize(image, (720,480), interpolation=cv2.INTER_LINEAR)
111
 
112
  norm_img = np.zeros((image.shape[0], image.shape[1]))
113
  image = cv2.normalize(image, norm_img, 0, 255, cv2.NORM_MINMAX)