fffiloni commited on
Commit
cfa900e
1 Parent(s): 4784d4e

Update share_btn.py

Browse files
Files changed (1) hide show
  1. share_btn.py +1 -1
share_btn.py CHANGED
@@ -90,7 +90,7 @@ ${captionTxt}
90
  description: descriptionMd,
91
  });
92
  const paramsStr = params.toString();
93
- window.open(`https://huggingface.co/spaces/fffiloni/zeroscope/discussions/new?${paramsStr}`, '_blank');
94
  shareBtnEl.style.removeProperty('pointer-events');
95
  shareIconEl.style.removeProperty('display');
96
  loadingIconEl.style.display = 'none';
 
90
  description: descriptionMd,
91
  });
92
  const paramsStr = params.toString();
93
+ window.open(`https://huggingface.co/spaces/fffiloni/zeroscope-img-to-video/discussions/new?${paramsStr}`, '_blank');
94
  shareBtnEl.style.removeProperty('pointer-events');
95
  shareIconEl.style.removeProperty('display');
96
  loadingIconEl.style.display = 'none';