Spaces:
Runtime error
Runtime error
trying to use gif embed
Browse files
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
|
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
|