fffiloni commited on
Commit
1a38661
1 Parent(s): 5a028b4

Update share_btn.py

Browse files
Files changed (1) hide show
  1. share_btn.py +1 -1
share_btn.py CHANGED
@@ -68,7 +68,7 @@ ${dataOutputVid}
68
  description: descriptionMd,
69
  });
70
  const paramsStr = params.toString();
71
- window.open(`https://huggingface.co/spaces/fffiloni/instant-TTS-Bark-cloning/discussions/new?${paramsStr}`, '_blank');
72
  shareBtnEl.style.removeProperty('pointer-events');
73
  shareIconEl.style.removeProperty('display');
74
  loadingIconEl.style.display = 'none';
 
68
  description: descriptionMd,
69
  });
70
  const paramsStr = params.toString();
71
+ window.open(`https://huggingface.co/spaces/fffiloni/coqui-bark-voice-cloning-docker/discussions/new?${paramsStr}`, '_blank');
72
  shareBtnEl.style.removeProperty('pointer-events');
73
  shareIconEl.style.removeProperty('display');
74
  loadingIconEl.style.display = 'none';