AkitoP commited on
Commit
d0a30fa
·
verified ·
1 Parent(s): c5c0efe

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="Input",
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