Fixed audio
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ examples = [
|
|
57 |
gr.Interface(
|
58 |
fn=inference,
|
59 |
inputs=[
|
60 |
-
gr.Audio(label="录制语音", type="filepath"
|
61 |
],
|
62 |
outputs=[
|
63 |
gr.Textbox(label="识别出的文字")
|
|
|
57 |
gr.Interface(
|
58 |
fn=inference,
|
59 |
inputs=[
|
60 |
+
gr.Audio(label="录制语音", type="filepath")
|
61 |
],
|
62 |
outputs=[
|
63 |
gr.Textbox(label="识别出的文字")
|