nightfury commited on
Commit
5697f42
Β·
1 Parent(s): e15cf62

Update share_btn.py

Browse files
Files changed (1) hide show
  1. share_btn.py +1 -1
share_btn.py CHANGED
@@ -93,7 +93,7 @@ Your browser does not support the audio element.
93
  description: descriptionMd,
94
  });
95
  const paramsStr = params.toString();
96
- window.open(`https://huggingface.co/spaces/fffiloni/img-to-music/discussions/new?${paramsStr}`, '_blank');
97
  shareBtnEl.style.removeProperty('pointer-events');
98
  shareIconEl.style.removeProperty('display');
99
  loadingIconEl.style.display = 'none';
 
93
  description: descriptionMd,
94
  });
95
  const paramsStr = params.toString();
96
+ window.open(`https://huggingface.co/spaces/spaces/nightfury/img2music/discussions/new?${paramsStr}`, '_blank');
97
  shareBtnEl.style.removeProperty('pointer-events');
98
  shareIconEl.style.removeProperty('display');
99
  loadingIconEl.style.display = 'none';