ysharma HF staff commited on
Commit
8da3dbc
1 Parent(s): d7a58bc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def generate_gifs(gif_transcript, words, words_timestamp):
74
  gen_moviepy_gif(start_seconds, end_seconds)
75
  #gif_img = gen_moviepy_gif(start_seconds, end_seconds)
76
  gif_img = f"./gifimage.gif"
77
- html_out = "<img src=" + gif_img + " alt='create a gif from video' width='100%'/>"
78
  print("html out is :", html_out)
79
  return html_out
80
 
 
74
  gen_moviepy_gif(start_seconds, end_seconds)
75
  #gif_img = gen_moviepy_gif(start_seconds, end_seconds)
76
  gif_img = f"./gifimage.gif"
77
+ html_out = "<img src= '" + gif_img + "' alt='create a gif from video' width='100%'/>"
78
  print("html out is :", html_out)
79
  return html_out
80