radames commited on
Commit
f0f89d5
1 Parent(s): 98b68dc

Update share_btn.py

Browse files
Files changed (1) hide show
  1. share_btn.py +1 -1
share_btn.py CHANGED
@@ -114,7 +114,7 @@ ${(melodyURL && (typeof melodyURL === 'string'))? `
114
  description: descriptionMd,
115
  });
116
  const paramsStr = params.toString();
117
- window.open(`https://huggingface.co/spaces/facebook/MusicGen/discussions/new?${paramsStr}`, '_blank');
118
  shareBtnEl.style.removeProperty('pointer-events');
119
  shareIconEl.style.removeProperty('display');
120
  loadingIconEl.style.display = 'none';
 
114
  description: descriptionMd,
115
  });
116
  const paramsStr = params.toString();
117
+ window.open(`https://huggingface.co/spaces/radames/MusicGen-Continuation/discussions/new?${paramsStr}`, '_blank');
118
  shareBtnEl.style.removeProperty('pointer-events');
119
  shareIconEl.style.removeProperty('display');
120
  loadingIconEl.style.display = 'none';