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

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='imagenet_diego.png' alt = 'picture of dog'>"
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