Spaces:
Running
on
A10G
Running
on
A10G
Update share_btn.py
Browse files- share_btn.py +1 -6
share_btn.py
CHANGED
@@ -57,12 +57,7 @@ share_js = """async () => {
|
|
57 |
${captionTxt}
|
58 |
|
59 |
#### Zeroscope video result:
|
60 |
-
|
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({
|
|
|
57 |
${captionTxt}
|
58 |
|
59 |
#### Zeroscope video result:
|
60 |
+
${dataOutputVid}
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
`;
|
63 |
const params = new URLSearchParams({
|