BennoKrojer commited on
Commit
84969fb
1 Parent(s): 806e1e1

load image list

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,4 +18,4 @@ if st.button('Prev'):
18
  if index > 0:
19
  index = index -1
20
 
21
- st.image(images[index], use_column_width=True)
 
18
  if index > 0:
19
  index = index -1
20
 
21
+ st.image(prefix+'/MSR-VTT-videoTestVideo_video7016-shot1_2/'+images[index], use_column_width=True)