Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def transcribe(audio):
|
|
31 |
iface = gr.Interface(
|
32 |
fn=transcribe,
|
33 |
inputs=gr.Audio(source="microphone", type="filepath"),
|
34 |
-
outputs="text",
|
35 |
title="Whisper Small Miso Test",
|
36 |
)
|
37 |
|
|
|
31 |
iface = gr.Interface(
|
32 |
fn=transcribe,
|
33 |
inputs=gr.Audio(source="microphone", type="filepath"),
|
34 |
+
outputs="text",
|
35 |
title="Whisper Small Miso Test",
|
36 |
)
|
37 |
|