fffiloni radames HF staff commited on
Commit
8374947
1 Parent(s): cd07abe

no need to <video src> (#6)

Browse files

- no need to <video src> (2c489b986231f5e7cd703e2c0b1abedc0bce0a2d)


Co-authored-by: Radamés Ajna <radames@users.noreply.huggingface.co>

Files changed (1) hide show
  1. share_btn.py +1 -4
share_btn.py CHANGED
@@ -67,10 +67,7 @@ async () => {
67
  #### What i asked for:
68
  ${whisper_input}
69
  #### Video:
70
- <video controls>
71
- <source src="${dataOutputVideo}" type="video/mp4">
72
- Your browser does not support the video element.
73
- </video>
74
  `;
75
  const params = new URLSearchParams({
76
  title: titleTxt,
67
  #### What i asked for:
68
  ${whisper_input}
69
  #### Video:
70
+ ${dataOutputVideo}
 
 
 
71
  `;
72
  const params = new URLSearchParams({
73
  title: titleTxt,