Spaces:
Runtime error
Runtime error
fix gr.Audio
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ speech_interface = gr.Interface(
|
|
101 |
fn=transcribe,
|
102 |
inputs=[
|
103 |
gr.Image(type="pil"),
|
104 |
-
gr.Audio(
|
105 |
],
|
106 |
outputs=gr.Textbox(label="Распознанный текст"),
|
107 |
live=True,
|
|
|
101 |
fn=transcribe,
|
102 |
inputs=[
|
103 |
gr.Image(type="pil"),
|
104 |
+
gr.Audio(sources="microphone", label="Голосовой ввод"),
|
105 |
],
|
106 |
outputs=gr.Textbox(label="Распознанный текст"),
|
107 |
live=True,
|