Spaces:
Build error
Build error
Update app.py
Browse files
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]))
|