Spaces:
Sleeping
Sleeping
Update share_btn.py
Browse files- share_btn.py +2 -7
share_btn.py
CHANGED
|
@@ -56,13 +56,8 @@ share_js = """async () => {
|
|
| 56 |
#### Prompt:
|
| 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({
|
|
|
|
| 56 |
#### Prompt:
|
| 57 |
${captionTxt}
|
| 58 |
|
| 59 |
+
#### Zeroscope XL video result:
|
| 60 |
+
${dataOutputVid}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
|
| 62 |
`;
|
| 63 |
const params = new URLSearchParams({
|