AkitoP commited on
Commit
3ff2cb2
·
verified ·
1 Parent(s): 9dec643

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -60,9 +60,9 @@ def transcribe_audio(audio_path):
60
  demo = gr.Interface(
61
  fn=transcribe_audio,
62
  inputs=gr.Audio(sources="upload", type="filepath"),
63
- outputs=gr.Textbox(label="转录结果"),
64
- title="日语语音转文字",
65
- description="上传日语语音文件进行转录(支持WAV/MP3格式)",
66
  allow_flagging="never"
67
  )
68
 
 
60
  demo = gr.Interface(
61
  fn=transcribe_audio,
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