Spaces:
Runtime error
Runtime error
app.py
CHANGED
@@ -14,7 +14,7 @@ gr.Interface(
|
|
14 |
fn=speech_to_text,
|
15 |
inputs=[
|
16 |
|
17 |
-
gr.Audio(
|
18 |
gr.Dropdown(label="Select model size",value="base",choices=["tiny", "base", "small", "medium", "large"])],
|
19 |
|
20 |
outputs="text").launch()
|
|
|
14 |
fn=speech_to_text,
|
15 |
inputs=[
|
16 |
|
17 |
+
gr.Audio(label="Record your voice on your mic",source="microphone", type="filepath"),
|
18 |
gr.Dropdown(label="Select model size",value="base",choices=["tiny", "base", "small", "medium", "large"])],
|
19 |
|
20 |
outputs="text").launch()
|