fffiloni commited on
Commit
98058c7
·
1 Parent(s): 95c806b

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/image_audio0ffba6d13938dc276c1658121514825da64bb96b.mp4')
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})
29
  .then(response => response.blob())
30
  .then(blob => {
31
  // do something with the blob;