litagin commited on
Commit
0d7f0d9
·
1 Parent(s): 3f63243
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -89,8 +89,9 @@ def transcribe_anime_whisper(audio) -> str:
89
  initial_md = """
90
  # Anime-Whisper Demo
91
 
92
- - 音声認識モデル [kotoba-whisper-v2.0](https://huggingface.co/kotoba-tech/kotoba-whisper-v2.0) をファインチューンしたモデルのお試し
93
- - https://huggingface.co/litagin/anime-whisper
 
94
  - デモでは**音声は15秒まで**しか受け付けません
95
  - 日本語のみ対応 (Japanese only)
96
  - 比較のために [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) と [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) と [kotoba-tech/kotoba-whisper-v2.0](https://huggingface.co/kotoba-tech/kotoba-whisper-v2.0) も用意しています
 
89
  initial_md = """
90
  # Anime-Whisper Demo
91
 
92
+ [**Anime Whisper**](https://huggingface.co/litagin/anime-whisper): 5千時間以上のアニメ調セリフと台本でファインチューニングされた音声認識モデルです。
93
+
94
+ - ベースモデル: [kotoba-whisper-v2.0](https://huggingface.co/kotoba-tech/kotoba-whisper-v2.0)
95
  - デモでは**音声は15秒まで**しか受け付けません
96
  - 日本語のみ対応 (Japanese only)
97
  - 比較のために [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) と [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) と [kotoba-tech/kotoba-whisper-v2.0](https://huggingface.co/kotoba-tech/kotoba-whisper-v2.0) も用意しています