Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -202,7 +202,7 @@ def process(audio_file: str | None) -> str:
|
|
| 202 |
|
| 203 |
TITLE_HTML = """\
|
| 204 |
<h1 style="text-align:center;margin-bottom:4px;">
|
| 205 |
-
Paramatch — 声優推定デモ
|
| 206 |
</h1>
|
| 207 |
"""
|
| 208 |
|
|
|
|
| 202 |
|
| 203 |
TITLE_HTML = """\
|
| 204 |
<h1 style="text-align:center;margin-bottom:4px;">
|
| 205 |
+
<ruby>Paramatch<rp>(</rp><rt>ぱらまっち</rt><rp>)</rp></ruby> — 声優推定デモ
|
| 206 |
</h1>
|
| 207 |
"""
|
| 208 |
|