kritsg commited on
Commit
35e4b1c
·
1 Parent(s): a348407

trying to use gif embed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def segmentation_generation(image_name, c_width, n_top, n_gif_imgs):
44
 
45
  html = (
46
  "<div >"
47
- "<img src='file/imagenet_diego.png' alt='picture of dog'/>"
48
  + "</div>"
49
  )
50
  return html
 
44
 
45
  html = (
46
  "<div >"
47
+ "<img src='file/diego.gif' alt='picture of dog'/>"
48
  + "</div>"
49
  )
50
  return html