kony1337 commited on
Commit
3131b57
·
1 Parent(s): 13ce98d

Update app.py

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