Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ interface = gr.Interface(
|
|
73 |
fn=gradio_function,
|
74 |
inputs=[
|
75 |
gr.Textbox(lines=5, label="Input Paragraph"),
|
76 |
-
gr.Audio(
|
77 |
],
|
78 |
outputs="json",
|
79 |
title="Speech Recognition Comparison",
|
|
|
73 |
fn=gradio_function,
|
74 |
inputs=[
|
75 |
gr.Textbox(lines=5, label="Input Paragraph"),
|
76 |
+
gr.Audio(type="file", label="Record Audio")
|
77 |
],
|
78 |
outputs="json",
|
79 |
title="Speech Recognition Comparison",
|