fffiloni commited on
Commit
53716df
·
1 Parent(s): f699189

Update share_btn.py

Browse files
Files changed (1) hide show
  1. share_btn.py +1 -1
share_btn.py CHANGED
@@ -50,7 +50,7 @@ share_js = """async () => {
50
  const outputVideo_src = gradioEl.querySelector('#video_out video').src;
51
  const outputVideo_name = outputVideo_src.split('/').pop();
52
 
53
- const video_url = "https://fffiloni-one-shot-talking-face.hf.space/file=/tmp/" + ${outputVideo_name}
54
 
55
  let titleTxt = outputVideo_name;
56
 
 
50
  const outputVideo_src = gradioEl.querySelector('#video_out video').src;
51
  const outputVideo_name = outputVideo_src.split('/').pop();
52
 
53
+ const video_url = "https://fffiloni-one-shot-talking-face.hf.space/file=/tmp/" + outputVideo_name;
54
 
55
  let titleTxt = outputVideo_name;
56