no need to <video src> (#6)
Browse files- no need to <video src> (2c489b986231f5e7cd703e2c0b1abedc0bce0a2d)
Co-authored-by: Radamés Ajna <[email protected]>
- 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 |
-
|
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,
|