DGSpitzer commited on
Commit
68fdea1
1 Parent(s): 50061e8

Update share_btn.py

Browse files
Files changed (1) hide show
  1. share_btn.py +1 -1
share_btn.py CHANGED
@@ -64,7 +64,7 @@ This is my cool character! Made with Cyberpunk Anime Diffusion AI!
64
  description: descriptionMd,
65
  });
66
  const paramsStr = params.toString();
67
- window.open(`https://huggingface.co/spaces/DGSpitzer/testspace/discussions/new?${paramsStr}`, '_blank');
68
  shareBtnEl.style.removeProperty('pointer-events');
69
  shareIconEl.style.removeProperty('display');
70
  loadingIconEl.style.display = 'none';
64
  description: descriptionMd,
65
  });
66
  const paramsStr = params.toString();
67
+ window.open(`https://huggingface.co/spaces/DGSpitzer/DGS-Diffusion-Space/discussions/new?${paramsStr}`, '_blank');
68
  shareBtnEl.style.removeProperty('pointer-events');
69
  shareIconEl.style.removeProperty('display');
70
  loadingIconEl.style.display = 'none';