emilios commited on
Commit
9674c2e
·
verified ·
1 Parent(s): bf06697

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def greet(image, in_contrast, 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
54
 
 
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
54