Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ demo = gr.Interface(
|
|
| 62 |
inputs=gr.Audio(sources="upload", type="filepath"),
|
| 63 |
outputs=gr.Textbox(label="output"),
|
| 64 |
title="ASR",
|
| 65 |
-
description="
|
| 66 |
allow_flagging="never"
|
| 67 |
)
|
| 68 |
|
|
|
|
| 62 |
inputs=gr.Audio(sources="upload", type="filepath"),
|
| 63 |
outputs=gr.Textbox(label="output"),
|
| 64 |
title="ASR",
|
| 65 |
+
description="Whisper trained on Prosodic&Phonemic transcription on JSUT5000 & VOICEVOX generated dataset.",
|
| 66 |
allow_flagging="never"
|
| 67 |
)
|
| 68 |
|