BennoKrojer commited on
Commit
7c364f1
1 Parent(s): 17bb1f6

load image list

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ set2ids = json.load(open('set2ids.json', 'r'))
9
  # st.image(prefix + 'MSR-VTT-videoTestVideo_video7016-shot1_2/img224.jpg', use_column_width=True)
10
 
11
 
12
- images = set2ids['MSR-VTT-videoTestVideo_video7016-shot1_2/']
13
  st.text(images)
14
 
15
  # index= st.number_input('Index')
 
9
  # st.image(prefix + 'MSR-VTT-videoTestVideo_video7016-shot1_2/img224.jpg', use_column_width=True)
10
 
11
 
12
+ images = set2ids['MSR-VTT-videoTestVideo_video7016-shot1_2']
13
  st.text(images)
14
 
15
  # index= st.number_input('Index')