henomoto commited on
Commit
030b699
·
verified ·
1 Parent(s): 3bc4ba9

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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