Spaces:
Runtime error
Runtime error
SteveDigital
commited on
Commit
·
90b6e83
1
Parent(s):
89c3c92
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ gr.Interface(
|
|
18 |
description="",
|
19 |
fn=speech_to_text,
|
20 |
inputs=[
|
21 |
-
"",
|
22 |
gr.Audio(source="upload", type="filepath", label="Upload Audio"),
|
23 |
gr.Dropdown(label="Select model size",value="base",choices=["tiny", "base", "small", "medium", "large"])],
|
24 |
outputs="text").launch(debug = True)
|
|
|
18 |
description="",
|
19 |
fn=speech_to_text,
|
20 |
inputs=[
|
21 |
+
"tmp.mp3",
|
22 |
gr.Audio(source="upload", type="filepath", label="Upload Audio"),
|
23 |
gr.Dropdown(label="Select model size",value="base",choices=["tiny", "base", "small", "medium", "large"])],
|
24 |
outputs="text").launch(debug = True)
|