Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -106,6 +106,7 @@ def greet(image):
|
|
106 |
#sharpened = unsharp_mask(image)
|
107 |
#image = increase_brightness(sharpened, value=10) # 60 ->5qoOk.png #10 -> if8nC.png
|
108 |
|
|
|
109 |
image = cv2.resize(image, (720,480), interpolation=cv2.INTER_LINEAR)
|
110 |
|
111 |
norm_img = np.zeros((image.shape[0], image.shape[1]))
|
|
|
106 |
#sharpened = unsharp_mask(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]))
|