fffiloni commited on
Commit
2dba1b9
1 Parent(s): 3cd8fc1

Update share_btn.py

Browse files
Files changed (1) hide show
  1. share_btn.py +1 -1
share_btn.py CHANGED
@@ -65,7 +65,7 @@ share_js = """async () => {
65
  shareIconEl.style.display = 'none';
66
  loadingIconEl.style.removeProperty('display');
67
 
68
- const videoFile = await getOutputVideoFile(video_url);
69
  const dataOutputVideo = await uploadFile(videoFile);
70
 
71
 
 
65
  shareIconEl.style.display = 'none';
66
  loadingIconEl.style.removeProperty('display');
67
 
68
+ const videoFile = await getOutputVideoFile(outputVideo_src);
69
  const dataOutputVideo = await uploadFile(videoFile);
70
 
71