syedfaisalabrar commited on
Commit
3d14c4c
·
verified ·
1 Parent(s): 974149d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -62,8 +62,7 @@ def preprocessing(image):
62
 
63
 
64
  def imageRotation(image):
65
- if image.height > image.width:
66
- return image.rotate(90, expand=True)
67
  return image
68
 
69
 
 
62
 
63
 
64
  def imageRotation(image):
65
+
 
66
  return image
67
 
68