AkitoP commited on
Commit
7897abd
·
verified ·
1 Parent(s): 03493dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="It seems that JSUT-5000 only is good enough since whisper has already well-pre-trained......",
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