Spaces:
Runtime error
Runtime error
testing .webm instead of .mp4
Browse files
app.py
CHANGED
|
@@ -41,9 +41,9 @@ 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
|
| 45 |
-
<source src="./diego_mp4.
|
| 46 |
-
</video>
|
| 47 |
'''
|
| 48 |
return html
|
| 49 |
|
|
|
|
| 41 |
print("GRADIO INPUTS:", image_name, c_width, n_top, n_gif_imgs)
|
| 42 |
|
| 43 |
html = '''
|
| 44 |
+
<video controls="controls"/>
|
| 45 |
+
<source src="./diego_mp4.webm" type="video/webm">
|
| 46 |
+
</video>
|
| 47 |
'''
|
| 48 |
return html
|
| 49 |
|