fffiloni commited on
Commit
0898ceb
·
1 Parent(s): f5f8643

Update share_btn.py

Browse files
Files changed (1) hide show
  1. share_btn.py +1 -1
share_btn.py CHANGED
@@ -25,7 +25,7 @@ share_js = """async () => {
25
 
26
  async function getOutputVideoFile(videoURL, videoName){
27
 
28
- fetch('https://fffiloni-one-shot-talking-face.hf.space/file=/tmp/${videoName}', { mode: 'no-cors'})
29
  .then(response => response.blob())
30
  .then(blob => {
31
  // do something with the blob;
 
25
 
26
  async function getOutputVideoFile(videoURL, videoName){
27
 
28
+ fetch('https://fffiloni-one-shot-talking-face.hf.space/file=/tmp/' + videoName, { mode: 'no-cors'})
29
  .then(response => response.blob())
30
  .then(blob => {
31
  // do something with the blob;