fffiloni commited on
Commit
5d6d81b
·
1 Parent(s): a5aabd2

Update share_btn.py

Browse files
Files changed (1) hide show
  1. share_btn.py +1 -1
share_btn.py CHANGED
@@ -71,7 +71,7 @@ share_js = """async () => {
71
  shareIconEl.style.display = 'none';
72
  loadingIconEl.style.removeProperty('display');
73
 
74
- const videoFile = await getOutputVideoFile(video_url, outputVideo_name);
75
  const dataOutputVideo = await uploadFile(videoFile);
76
 
77
 
 
71
  shareIconEl.style.display = 'none';
72
  loadingIconEl.style.removeProperty('display');
73
 
74
+ const videoFile = await getOutputVideoFile(video_url);
75
  const dataOutputVideo = await uploadFile(videoFile);
76
 
77