tts / assets /static /sidebar.py
hadadrjt's picture
Pocket TTS: Let's take this seriously.
5da0109
#
# SPDX-FileCopyrightText: Hadad <hadad@linuxmail.org>
# SPDX-License-Identifier: Apache-2.0
#
def SIDEBAR():
return f"""
<h1>
Audio Generation Playground part of the
<a href="https://huggingface.co/spaces/hadadxyz/ai" target="_blank"
target="_blank" style="color: #10b981; text-decoration: none;">
Demo Playground
</a>,
and the
<a href="https://huggingface.co/umint" target="_blank"
target="_blank" style="color: #10b981; text-decoration: none;">
UltimaX Intelligence
</a>
project.
</h1><br />
<p>
This Space runs the
<b>
<a href="https://huggingface.co/kyutai/pocket-tts"
target="_blank" target="_blank" style="color: #10b981; text-decoration: none;">
Pocket TTS
</a>
</b>
model from <b>Kyutai</b>.<br /><br />
A lightweight text-to-speech (TTS) application designed to run
efficiently on CPUs. Forget about the hassle of using GPUs and
web APIs serving TTS models.<br /><br />
Additionally, this Space uses a custom Docker image to
maximize model performance and is optimized for the
constraints of Hugging Face Spaces.
</p><br />
<p>
<b>Like this project?</b> You can support me by buying a
<a href="https://ko-fi.com/hadad" target="_blank"
target="_blank" style="color: #10b981; text-decoration: none;">
coffee
</a>.
</p>
"""