Update share_btn.py
Browse files- share_btn.py +1 -1
share_btn.py
CHANGED
@@ -46,7 +46,7 @@ share_js = """async () => {
|
|
46 |
const outputVideo = gradioEl.querySelector('#video_out video');
|
47 |
const outputVideo_src = gradioEl.querySelector('#video_out video').src;
|
48 |
const outputVideo_name = outputVideo_src.split('/').pop();
|
49 |
-
const video_url = `https://fffiloni-one-shot-talking-face.hf.space/file=/tmp/${outputVideo_name}`;
|
50 |
|
51 |
let titleTxt = outputVideo_name;
|
52 |
|
|
|
46 |
const outputVideo = gradioEl.querySelector('#video_out video');
|
47 |
const outputVideo_src = gradioEl.querySelector('#video_out video').src;
|
48 |
const outputVideo_name = outputVideo_src.split('/').pop();
|
49 |
+
const video_url = `https://fffiloni-gpt-talking-portrait.hf.space/file=https://fffiloni-one-shot-talking-face.hf.space/file=/tmp/${outputVideo_name}`;
|
50 |
|
51 |
let titleTxt = outputVideo_name;
|
52 |
|