Xlnk commited on
Commit
2c3ee42
·
verified ·
1 Parent(s): e19d858

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -9
app.py CHANGED
@@ -397,18 +397,13 @@ with gr.Blocks() as demo:
397
  with gr.Column(scale=4):
398
  gr.HTML("""
399
  <div class="logo-container">
400
- <img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6355a3c1805be5a8f30fea49/8xGdIOlfkopZfhbMitw_k.jpeg" class="logo-img" alt="Kyutai Logo">
401
- <img src="https://raw.githubusercontent.com/kyutai-labs/pocket-tts/refs/heads/main/docs/logo.png" class="logo-img" alt="PocketTTS Logo">
402
- <h1 class='main-title'>PocketTTS</h1>
403
  </div>
404
  """)
405
  gr.HTML("""
406
- <div class="description">
407
- <b>Lightweight CPU-based Text-to-Speech.</b>
408
- Forget GPUs and web APIs. Pocket TTS is a simple pip install away.
409
- <br>
410
- <small>Supports Python 3.10+ and PyTorch 2.5+ (CPU versions supported).</small>
411
- </div>
412
  """)
413
  gr.HTML("""
414
 
 
397
  with gr.Column(scale=4):
398
  gr.HTML("""
399
  <div class="logo-container">
400
+ <img src="https://me.xo.je/icon.svg" class="logo-img" alt="Kyutai Logo">
401
+
402
+ <h1 class='main-title'>XlnkTTS</h1>
403
  </div>
404
  """)
405
  gr.HTML("""
406
+
 
 
 
 
 
407
  """)
408
  gr.HTML("""
409