Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def greet(image, in_contrast, in_brightness):
|
|
47 |
new_image = cv2.convertScaleAbs(image, alpha=in_contrast, beta=in_brightness)
|
48 |
|
49 |
# We create our gabor filters, and then apply them to our image
|
50 |
-
|
51 |
# new_image = apply_filter(new_image, gfilters)
|
52 |
|
53 |
return new_image
|
|
|
47 |
new_image = cv2.convertScaleAbs(image, alpha=in_contrast, beta=in_brightness)
|
48 |
|
49 |
# We create our gabor filters, and then apply them to our image
|
50 |
+
# gfilters = create_gaborfilter()
|
51 |
# new_image = apply_filter(new_image, gfilters)
|
52 |
|
53 |
return new_image
|