cheetah003 commited on
Commit
6868abf
1 Parent(s): 21c4a11

update video index

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -285,7 +285,7 @@ def search_demo():
285
  with gr.Column(variant="panel", scale=1):
286
  with gr.Row(variant="compact"):
287
  videos_rest = [gr.Video(
288
- format="mp4", label="video " + str(i),
289
  ).style(height=150, width=150) for i in range(3, show_num)]
290
 
291
  searched_videos = videos_top + videos_rest
 
285
  with gr.Column(variant="panel", scale=1):
286
  with gr.Row(variant="compact"):
287
  videos_rest = [gr.Video(
288
+ format="mp4", label="video " + str(i+1),
289
  ).style(height=150, width=150) for i in range(3, show_num)]
290
 
291
  searched_videos = videos_top + videos_rest