Spaces:
Runtime error
Runtime error
Commit
·
a635948
1
Parent(s):
db2e7bb
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:
|