not-lain commited on
Commit
d86f2fa
β€’
1 Parent(s): 2b841c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -23,8 +23,6 @@ transform_image = transforms.Compose(
23
 
24
  @spaces.GPU
25
  def fn(image):
26
- if not image:
27
- return image
28
  im = load_img(image, output_type="pil")
29
  im = im.convert("RGB")
30
  image_size = im.size
 
23
 
24
  @spaces.GPU
25
  def fn(image):
 
 
26
  im = load_img(image, output_type="pil")
27
  im = im.convert("RGB")
28
  image_size = im.size