Spaces:
Running on CPU Upgrade

pcuenq HF staff commited on
Commit
7608d41
1 Parent(s): 1dc8c27

Change share link

Browse files
Files changed (1) hide show
  1. share_btn.py +2 -2
share_btn.py CHANGED
@@ -53,8 +53,8 @@ ${htmlImgs.join(`\n`)}
53
  description: descriptionMd,
54
  });
55
  const paramsStr = params.toString();
56
- window.open(`https://huggingface.co/spaces/stabilityai/stable-diffusion/discussions/new?${paramsStr}`, '_blank');
57
  shareBtnEl.style.removeProperty('pointer-events');
58
  shareIconEl.style.removeProperty('display');
59
  loadingIconEl.style.display = 'none';
60
- }"""
 
53
  description: descriptionMd,
54
  });
55
  const paramsStr = params.toString();
56
+ window.open(`https://huggingface.co/spaces/pcuenq/sdxl/discussions/new?${paramsStr}`, '_blank');
57
  shareBtnEl.style.removeProperty('pointer-events');
58
  shareIconEl.style.removeProperty('display');
59
  loadingIconEl.style.display = 'none';
60
+ }"""