fffiloni commited on
Commit
5c3a27a
·
1 Parent(s): d96a59a

Update share_btn.py

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