kony1337 commited on
Commit
c1f3a23
1 Parent(s): 3131b57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -35,7 +35,6 @@ mediapy.set_ffmpeg(ffmpeg_path)
35
 
36
 
37
  def resize(width, img):
38
- return img
39
  basewidth = width
40
  img = Image.open(img)
41
  wpercent = (basewidth / float(img.size[0]))
 
35
 
36
 
37
  def resize(width, img):
 
38
  basewidth = width
39
  img = Image.open(img)
40
  wpercent = (basewidth / float(img.size[0]))