fffiloni commited on
Commit
6c83906
1 Parent(s): b55cc17

Update share_btn.py

Browse files
Files changed (1) hide show
  1. share_btn.py +7 -1
share_btn.py CHANGED
@@ -57,7 +57,13 @@ share_js = """async () => {
57
  ${captionTxt}
58
 
59
  #### Zeroscope video result:
60
- ${dataOutputVid}
 
 
 
 
 
 
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,