kritsg commited on
Commit
c3f7119
·
1 Parent(s): 2a2ad32

trying to make video embed work

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="controls"/>
45
- <source src="./diego_mp4.webm" type="video/webm">
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