BennoKrojer commited on
Commit
348ee43
1 Parent(s): 331078a

load image list

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,4 +10,4 @@ images = set2ids['MSR-VTT-videoTestVideo_video7016-shot1_2']
10
 
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)
 
10
 
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], prefix+'/MSR-VTT-videoTestVideo_video7016-shot1_2/'+images[index+1]], use_column_width=True)