andito HF Staff commited on
Commit
13de6b4
·
1 Parent(s): 019ba52

Update TTS attribution to faster-qwen3tts

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. index.html +3 -3
README.md CHANGED
@@ -6,7 +6,7 @@ colorTo: purple
6
  sdk: docker
7
  app_port: 7860
8
  pinned: false
9
- short_description: Talk directly to Inkling, with replies voiced by Qwen3-TTS
10
  hf_oauth: true
11
  ---
12
 
 
6
  sdk: docker
7
  app_port: 7860
8
  pinned: false
9
+ short_description: Talk to Inkling with faster-qwen3tts voice replies
10
  hf_oauth: true
11
  ---
12
 
index.html CHANGED
@@ -29,7 +29,7 @@
29
  <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><line x1="12" y1="16" x2="12" y2="12"/><line x1="12" y1="8" x2="12.01" y2="8"/></svg>
30
  </button>
31
  </div>
32
- <p class="ident-blurb">Inkling is receiving your audio directly, and replying with GGML's Qwen3TTS.</p>
33
  <div class="ident-meta">
34
  <span class="ident-row">
35
  <span class="ident-label">Powered by</span>
@@ -186,7 +186,7 @@
186
 
187
  <!-- General intro to the Inkling speech-to-speech demo -->
188
  <div class="about-intro">
189
- <p>This demo sends your audio directly to Inkling on Hugging Face Inference Endpoints, then voices Inkling's reply with Qwen3-TTS through GGML.</p>
190
  <a class="about-repo" href="https://github.com/huggingface/speech-to-speech" target="_blank" rel="noopener">View the project on GitHub<svg class="ext" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M7 17 17 7"/><path d="M8 7h9v9"/></svg></a>
191
  </div>
192
 
@@ -208,7 +208,7 @@
208
  <li class="pipe-stage">
209
  <span class="pipe-tag">TTS</span>
210
  <span class="pipe-job">speaks it back</span>
211
- <a class="pipe-model" href="https://huggingface.co/Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice" target="_blank" rel="noopener">Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice<svg class="ext" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M7 17 17 7"/><path d="M8 7h9v9"/></svg></a>
212
  </li>
213
  <li class="pipe-endpoint">The orb replies</li>
214
  </ol>
 
29
  <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><line x1="12" y1="16" x2="12" y2="12"/><line x1="12" y1="8" x2="12.01" y2="8"/></svg>
30
  </button>
31
  </div>
32
+ <p class="ident-blurb">Inkling is receiving your audio directly, and replying with <a href="https://github.com/andimarafioti/faster-qwen3-tts" target="_blank" rel="noopener">faster-qwen3tts</a>.</p>
33
  <div class="ident-meta">
34
  <span class="ident-row">
35
  <span class="ident-label">Powered by</span>
 
186
 
187
  <!-- General intro to the Inkling speech-to-speech demo -->
188
  <div class="about-intro">
189
+ <p>This demo sends your audio directly to Inkling on Hugging Face Inference Endpoints, then voices Inkling's reply with <a href="https://github.com/andimarafioti/faster-qwen3-tts" target="_blank" rel="noopener">faster-qwen3tts</a>.</p>
190
  <a class="about-repo" href="https://github.com/huggingface/speech-to-speech" target="_blank" rel="noopener">View the project on GitHub<svg class="ext" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M7 17 17 7"/><path d="M8 7h9v9"/></svg></a>
191
  </div>
192
 
 
208
  <li class="pipe-stage">
209
  <span class="pipe-tag">TTS</span>
210
  <span class="pipe-job">speaks it back</span>
211
+ <a class="pipe-model" href="https://github.com/andimarafioti/faster-qwen3-tts" target="_blank" rel="noopener">faster-qwen3tts<svg class="ext" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M7 17 17 7"/><path d="M8 7h9v9"/></svg></a>
212
  </li>
213
  <li class="pipe-endpoint">The orb replies</li>
214
  </ol>