fix: audio interface
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def transcribe(audio):
|
|
40 |
# )
|
41 |
demo = gr.Interface(
|
42 |
fn=transcribe,
|
43 |
-
inputs=[gr.Audio(sources=["microphone"]
|
44 |
outputs="text"
|
45 |
)
|
46 |
|
|
|
40 |
# )
|
41 |
demo = gr.Interface(
|
42 |
fn=transcribe,
|
43 |
+
inputs=[gr.Audio(sources=["microphone"])],
|
44 |
outputs="text"
|
45 |
)
|
46 |
|