kritsg commited on
Commit
c4ce8b0
·
1 Parent(s): b55a35f

trying to use gif embed

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