Spaces:
Running
Running
Julien Simon
commited on
Commit
·
4032978
1
Parent(s):
e18a9b9
Rename parameter
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def process(file, model_name):
|
|
14 |
|
15 |
|
16 |
# Gradio inputs
|
17 |
-
mic = gr.Audio(
|
18 |
model_selection = gr.Dropdown(model_names, label="Model selection")
|
19 |
|
20 |
# Gradio outputs
|
|
|
14 |
|
15 |
|
16 |
# Gradio inputs
|
17 |
+
mic = gr.Audio(sources="microphone", type="filepath", label="Speech input")
|
18 |
model_selection = gr.Dropdown(model_names, label="Model selection")
|
19 |
|
20 |
# Gradio outputs
|