ysharma HF staff commited on
Commit
b69cb8c
1 Parent(s): ffcd8ed
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -50,6 +50,7 @@ def generate_gifs(gif_transcript, words, words_timestamp):
50
 
51
  #getting gif indexes from the generator
52
  print(f"words is :{words}")
 
53
  print(f"giflist is :{giflist}")
54
  #print(f"haystack and needle function returns value as : {list(get_gif_word_indexes(words, giflist))}")
55
  #indx_tmp = [num for num in get_gif_word_indexes(words, giflist)]
 
50
 
51
  #getting gif indexes from the generator
52
  print(f"words is :{words}")
53
+ print(f"length of words is :{len(words)}")
54
  print(f"giflist is :{giflist}")
55
  #print(f"haystack and needle function returns value as : {list(get_gif_word_indexes(words, giflist))}")
56
  #indx_tmp = [num for num in get_gif_word_indexes(words, giflist)]