ysharma HF staff commited on
Commit
d10d751
1 Parent(s): 28c97fa
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -159,6 +159,7 @@ def get_gif_timestamps(giflist_indxs, words_timestamp):
159
  print(f"max_idx is :{max_idx}")
160
 
161
  gif_words_timestamp = words_timestamp[min_idx : max_idx+1]
 
162
  print(f"gif_words_timestamp is :{gif_words_timestamp}")
163
 
164
  start_seconds, end_seconds = gif_words_timestamp[0][0], gif_words_timestamp[-1][-1]
 
159
  print(f"max_idx is :{max_idx}")
160
 
161
  gif_words_timestamp = words_timestamp[min_idx : max_idx+1]
162
+ print(f"words_timestamp is :{words_timestamp}")
163
  print(f"gif_words_timestamp is :{gif_words_timestamp}")
164
 
165
  start_seconds, end_seconds = gif_words_timestamp[0][0], gif_words_timestamp[-1][-1]