BennoKrojer commited on
Commit
38bc774
1 Parent(s): adaaec6

load image list

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,4 +11,4 @@ images = set2ids['MSR-VTT-videoTestVideo_video7016-shot1_2']
11
  index= int(st.number_input('Image Index from 0 to 9', value=0, min_value=0, max_value=len(images)-1))
12
 
13
  st.image(prefix+'/MSR-VTT-videoTestVideo_video7016-shot1_2/'+images[index], use_column_width=True)
14
- st.image(images, width=100, caption=list(range(9)))
 
11
  index= int(st.number_input('Image Index from 0 to 9', value=0, min_value=0, max_value=len(images)-1))
12
 
13
  st.image(prefix+'/MSR-VTT-videoTestVideo_video7016-shot1_2/'+images[index], use_column_width=True)
14
+ st.image(images, width=100, caption=list(range(10)))