Spaces:
Runtime error
Runtime error
BennoKrojer
commited on
Commit
•
5b4ba99
1
Parent(s):
c2ae9fc
app.py
CHANGED
@@ -14,4 +14,4 @@ images = [prefix+'/MSR-VTT-videoTestVideo_video7016-shot1_2/'+i for i in set2ids
|
|
14 |
index= int(col1.number_input('Image Index from 0 to 9', value=0, min_value=0, max_value=len(images)-1))
|
15 |
|
16 |
col1.image(images[index], use_column_width=True)
|
17 |
-
col2.image(images, width=
|
|
|
14 |
index= int(col1.number_input('Image Index from 0 to 9', value=0, min_value=0, max_value=len(images)-1))
|
15 |
|
16 |
col1.image(images[index], use_column_width=True)
|
17 |
+
col2.image(images, width=200, caption=list(range(10)))
|