ysharma HF staff commited on
Commit
b43c401
1 Parent(s): 725a3b3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -203,7 +203,7 @@ def gen_moviepy_gif(in_video, start_seconds, end_seconds, vid_speed, vid_list):
203
  return vid_list, "concat.mp4" #"slomo.mp4", "timelapse.mp4", #"gifimage.gif", "gifimage.mp4" #im, gif_img, gif_vid, vid_cap, #"gifimage.mp4"
204
 
205
 
206
- sample_video = ["bolt1.mp4"] #["./bolt100.mp4"] #[['./ShiaLaBeouf.mp4']]
207
  sample_vid = gr.Video(label='Video file') #for displaying the example
208
  examples = gr.components.Dataset(components=[sample_vid], samples=[sample_video], type='values')
209
 
203
  return vid_list, "concat.mp4" #"slomo.mp4", "timelapse.mp4", #"gifimage.gif", "gifimage.mp4" #im, gif_img, gif_vid, vid_cap, #"gifimage.mp4"
204
 
205
 
206
+ sample_video = ["olympic100m.mp4"] #[['./ShiaLaBeouf.mp4']]
207
  sample_vid = gr.Video(label='Video file') #for displaying the example
208
  examples = gr.components.Dataset(components=[sample_vid], samples=[sample_video], type='values')
209