Spaces:
Runtime error
Runtime error
testing html embed
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ def segmentation_generation(image_name, c_width, n_top, n_gif_imgs):
|
|
| 43 |
html = '''
|
| 44 |
<div style='max-width:100%; max-height:360px; overflow:auto'>
|
| 45 |
<video width="320" height="240" autoplay>
|
| 46 |
-
<source src="./
|
| 47 |
</video>
|
| 48 |
</div>'''
|
| 49 |
return html
|
|
|
|
| 43 |
html = '''
|
| 44 |
<div style='max-width:100%; max-height:360px; overflow:auto'>
|
| 45 |
<video width="320" height="240" autoplay>
|
| 46 |
+
<source src="./diego_mp4.mp4" type=video/mp4>
|
| 47 |
</video>
|
| 48 |
</div>'''
|
| 49 |
return html
|