Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
syedfaisalabrar
/
License_Classification
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
syedfaisalabrar
commited on
Feb 26
Commit
3d14c4c
·
verified
·
1 Parent(s):
974149d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -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