ysharma HF staff commited on
Commit
4a2e5d1
1 Parent(s): eba7c5b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def generate_gifs(gif_transcript, words, words_timestamp):
69
 
70
  #getting start and end timestamps for a gif video
71
  start_seconds, end_seconds = get_gif_timestamps(giflist_indxs, words_timestamp)
72
-
73
  #generated .gif image
74
  gen_moviepy_gif(start_seconds, end_seconds)
75
  #gif_img = gen_moviepy_gif(start_seconds, end_seconds)
 
69
 
70
  #getting start and end timestamps for a gif video
71
  start_seconds, end_seconds = get_gif_timestamps(giflist_indxs, words_timestamp)
72
+ print(f"start_seconds, end_seconds are : ({start_seconds}, {end_seconds})")
73
  #generated .gif image
74
  gen_moviepy_gif(start_seconds, end_seconds)
75
  #gif_img = gen_moviepy_gif(start_seconds, end_seconds)