simayhosmeyve commited on
Commit
a5297b6
1 Parent(s): 794f1c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -460,6 +460,7 @@ def result(Input,Choice):
460
  Input = np.uint8(Input)
461
  Input = cv2.resize(Input, (size1,size0), interpolation = cv2.INTER_AREA)
462
  return Input
 
463
  if Choice=="Enhancement":
464
  size0 = Input.shape[0]
465
  size1 = Input.shape[1]
 
460
  Input = np.uint8(Input)
461
  Input = cv2.resize(Input, (size1,size0), interpolation = cv2.INTER_AREA)
462
  return Input
463
+
464
  if Choice=="Enhancement":
465
  size0 = Input.shape[0]
466
  size1 = Input.shape[1]