ysharma HF Staff commited on
Commit
43195ca
·
1 Parent(s): 5d96731
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def generate_gifs(gif_transcript, words, words_timestamp):
71
  #generated .gif image
72
  gen_moviepy_gif(start_seconds, end_seconds)
73
  #("./gifimage.gif")
74
- html_out = "<img src='/gifimage.gif' alt='create a gif from video' />"
75
 
76
  return html_out
77
 
 
71
  #generated .gif image
72
  gen_moviepy_gif(start_seconds, end_seconds)
73
  #("./gifimage.gif")
74
+ html_out = "<img src='../gifimage.gif' alt='create a gif from video' width='100%'/>"
75
 
76
  return html_out
77