wang0507 commited on
Commit
acb3bc7
·
1 Parent(s): a869e37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def inference(audio):
24
 
25
  iface = gr.Interface(
26
  fn=inference,
27
- inputs=gr.Audio(type="filepath", label="上传音频文件 (.mp3, .wav等)"),
28
  outputs="text"
29
  )
30
 
 
24
 
25
  iface = gr.Interface(
26
  fn=inference,
27
+ inputs=gr.Audio(type="filepath", label="格式可為 WAV、MP3、OGG、FLAC、AAC、M4A、WMA,單聲道、多聲道均可。"),
28
  outputs="text"
29
  )
30