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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ transform_image = transforms.Compose(
23
 
24
  @spaces.GPU
25
  def fn(image):
26
- if not image or not image[0]:
27
  return image
28
  im = load_img(image, output_type="pil")
29
  im = im.convert("RGB")
 
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")