tts / assets /static /title.py
hadadrjt's picture
Pocket TTS: Let's take this seriously.
5da0109
raw
history blame contribute delete
448 Bytes
#
# SPDX-FileCopyrightText: Hadad <hadad@linuxmail.org>
# SPDX-License-Identifier: Apache-2.0
#
from config import KYUTAI_LOGO_URL, POCKET_TTS_LOGO_URL, SPACE_INFO
def TITLE():
return f"""
<div class="logo-container">
<img src="{KYUTAI_LOGO_URL}" class="logo-img" alt="Kyutai Logo">
<img src="{POCKET_TTS_LOGO_URL}" class="logo-img" alt="PocketTTS Logo">
<h1 class='main-title'>{SPACE_INFO}</h1>
</div>
"""