haoheliu commited on
Commit
d2d806c
1 Parent(s): 25d2d88

Update share_btn.py

Browse files
Files changed (1) hide show
  1. share_btn.py +1 -1
share_btn.py CHANGED
@@ -67,7 +67,7 @@ ${urlOutputVideo}
67
  description: descriptionMd,
68
  });
69
  const paramsStr = params.toString();
70
- window.open(`https://huggingface.co/spaces/haoheliu/audioldm-text-to-audio-generation/discussions/new?${paramsStr}`, '_blank');
71
  shareBtnEl.style.removeProperty('pointer-events');
72
  shareIconEl.style.removeProperty('display');
73
  loadingIconEl.style.display = 'none';
 
67
  description: descriptionMd,
68
  });
69
  const paramsStr = params.toString();
70
+ window.open(`https://huggingface.co/spaces/haoheliu/audioldm2-text2audio-text2music/discussions/new?${paramsStr}`, '_blank');
71
  shareBtnEl.style.removeProperty('pointer-events');
72
  shareIconEl.style.removeProperty('display');
73
  loadingIconEl.style.display = 'none';