Update share_btn.py
Browse files- share_btn.py +1 -1
share_btn.py
CHANGED
|
@@ -31,7 +31,7 @@ share_js = """async () => {
|
|
| 31 |
const fileName = `talking-portrait-${{videoId}}.mp4`;
|
| 32 |
const videoBlob = new File([blob], fileName, { type: 'video/mp4' });
|
| 33 |
|
| 34 |
-
|
| 35 |
return videoBlob;
|
| 36 |
|
| 37 |
}
|
|
|
|
| 31 |
const fileName = `talking-portrait-${{videoId}}.mp4`;
|
| 32 |
const videoBlob = new File([blob], fileName, { type: 'video/mp4' });
|
| 33 |
|
| 34 |
+
console.log(videoBlob);
|
| 35 |
return videoBlob;
|
| 36 |
|
| 37 |
}
|