Update app.py
Browse files
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="
|
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 |
|