Spaces:
Running
Running
Update app.py
Browse files
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://
|
| 401 |
-
|
| 402 |
-
<h1 class='main-title'>
|
| 403 |
</div>
|
| 404 |
""")
|
| 405 |
gr.HTML("""
|
| 406 |
-
|
| 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 |
|