Spaces:
Runtime error
Runtime error
Commit
·
6a56da7
1
Parent(s):
fcc6874
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ gr.Interface(
|
|
25 |
description="",
|
26 |
fn=speech_to_text,
|
27 |
inputs=[
|
28 |
-
gr.Audio(type="filepath", label="Upload Audio")
|
29 |
gr.Dropdown(label="Select model size",value="base",choices=["tiny", "base", "small", "medium", "large"])],
|
30 |
outputs="text").launch()
|
31 |
|
|
|
25 |
description="",
|
26 |
fn=speech_to_text,
|
27 |
inputs=[
|
28 |
+
gr.Audio(type="filepath", label="Upload Audio"),
|
29 |
gr.Dropdown(label="Select model size",value="base",choices=["tiny", "base", "small", "medium", "large"])],
|
30 |
outputs="text").launch()
|
31 |
|