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="It seems that JSUT-5000 only is good enough since whisper has already well-pre-trained......",
|
66 |
allow_flagging="never"
|
67 |
)
|
68 |
|