merve HF staff commited on
Commit
0f79817
1 Parent(s): fd2888b

Update share_btn.py

Browse files
Files changed (1) hide show
  1. share_btn.py +1 -1
share_btn.py CHANGED
@@ -81,7 +81,7 @@ ${htmlImgsMd}
81
  description: descriptionMd,
82
  });
83
  const paramsStr = params.toString();
84
- window.open(`https://huggingface.co/spaces/huggingface-projects/magic-prompt/new?${paramsStr}`, '_blank');
85
  shareBtnEl.style.removeProperty('pointer-events');
86
  shareIconEl.style.removeProperty('display');
87
  loadingIconEl.style.display = 'none';
81
  description: descriptionMd,
82
  });
83
  const paramsStr = params.toString();
84
+ window.open(`https://huggingface.co/spaces/huggingface-projects/magic-diffusion/new?${paramsStr}`, '_blank');
85
  shareBtnEl.style.removeProperty('pointer-events');
86
  shareIconEl.style.removeProperty('display');
87
  loadingIconEl.style.display = 'none';