Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def transcribe(audio):
|
|
13 |
|
14 |
|
15 |
demo = gr.Interface(
|
16 |
-
fn=transcribe, inputs=gr.Audio(sources="microphone", type="filepath"), outputs=gr.
|
17 |
)
|
18 |
|
19 |
demo.launch()
|
|
|
13 |
|
14 |
|
15 |
demo = gr.Interface(
|
16 |
+
fn=transcribe, inputs=gr.Audio(sources="microphone", type="filepath"), outputs=gr.outputs.Textbox()
|
17 |
)
|
18 |
|
19 |
demo.launch()
|