Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
app.py
CHANGED
@@ -89,8 +89,9 @@ def transcribe_anime_whisper(audio) -> str:
|
|
89 |
initial_md = """
|
90 |
# Anime-Whisper Demo
|
91 |
|
92 |
-
|
93 |
-
|
|
|
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) も用意しています
|