BennoKrojer commited on
Commit
a635948
1 Parent(s): db2e7bb
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -37,6 +37,7 @@ img = images[index]
37
  images[index] = ImageOps.expand(Image.open(io.BytesIO(requests.get(images[index], stream=True).content)),border=20,fill='blue')
38
 
39
  caps = list(range(10))
 
40
 
41
  if show:
42
  if index == idx:
 
37
  images[index] = ImageOps.expand(Image.open(io.BytesIO(requests.get(images[index], stream=True).content)),border=20,fill='blue')
38
 
39
  caps = list(range(10))
40
+ cap = str(index)
41
 
42
  if show:
43
  if index == idx: