jflo commited on
Commit
d3e3172
1 Parent(s): fd661ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import cv2
4
  from PIL import Image, ImageOps
5
 
6
  def filter_img(input_img,filter_type):
7
- img = cv2.imread(input_img)
8
 
9
  new_height = 1080
10
 
 
4
  from PIL import Image, ImageOps
5
 
6
  def filter_img(input_img,filter_type):
7
+ img = input_img
8
 
9
  new_height = 1080
10