fffiloni commited on
Commit
3cd8fc1
1 Parent(s): 99a667e

Update share_btn.py

Browse files
Files changed (1) hide show
  1. 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