kritsg commited on
Commit
61a0027
·
1 Parent(s): 501838d

testing .webm instead of .mp4

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 width="500px" height="500px" controls="controls"/>
45
- <source src="./diego_mp4.mp4" type="video/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