Spaces:
Runtime error
Runtime error
trying to make video embed work
Browse files
app.py
CHANGED
|
@@ -41,8 +41,8 @@ def segmentation_generation(image_name, c_width, n_top, n_gif_imgs):
|
|
| 41 |
print("GRADIO INPUTS:", image_name, c_width, n_top, n_gif_imgs)
|
| 42 |
|
| 43 |
html = '''
|
| 44 |
-
<video controls
|
| 45 |
-
<source src="
|
| 46 |
</video>
|
| 47 |
'''
|
| 48 |
return html
|
|
|
|
| 41 |
print("GRADIO INPUTS:", image_name, c_width, n_top, n_gif_imgs)
|
| 42 |
|
| 43 |
html = '''
|
| 44 |
+
<video controls>
|
| 45 |
+
<source src="diego_mp4.webm" type="video/webm">
|
| 46 |
</video>
|
| 47 |
'''
|
| 48 |
return html
|