Spaces:
Running
on
A10G
Running
on
A10G
Update share_btn.py
Browse files- share_btn.py +7 -1
share_btn.py
CHANGED
@@ -57,7 +57,13 @@ share_js = """async () => {
|
|
57 |
${captionTxt}
|
58 |
|
59 |
#### Zeroscope video result:
|
60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
`;
|
62 |
const params = new URLSearchParams({
|
63 |
title: captionTxt,
|
|
|
57 |
${captionTxt}
|
58 |
|
59 |
#### Zeroscope video result:
|
60 |
+
<video controls>
|
61 |
+
<source src="${dataOutputVid}" type="video/mp4">
|
62 |
+
|
63 |
+
<p>Your browser does not support HTML5 videos.
|
64 |
+
Here's <a href="${dataOutputVid}">the link to download the video</a>.</p>
|
65 |
+
</video>
|
66 |
+
|
67 |
`;
|
68 |
const params = new URLSearchParams({
|
69 |
title: captionTxt,
|