Pengwei Li
commited on
Commit
·
4181c5b
1
Parent(s):
3e3e0ea
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def inference(text,model):
|
|
23 |
|
24 |
gr.Interface(
|
25 |
inference,
|
26 |
-
[gr.inputs.Audio(label="Input",type="filepath"),gr.inputs.Dropdown(choices=["xm_transformer_s2ut_800m-es-en-st-asr-bt_h1_2022"], type="value",
|
27 |
],
|
28 |
gr.outputs.Audio(label="Output"),
|
29 |
article=article,
|
|
|
23 |
|
24 |
gr.Interface(
|
25 |
inference,
|
26 |
+
[gr.inputs.Audio(label="Input",type="filepath"),gr.inputs.Dropdown(choices=["xm_transformer_s2ut_800m-es-en-st-asr-bt_h1_2022"], type="value", label="model")
|
27 |
],
|
28 |
gr.outputs.Audio(label="Output"),
|
29 |
article=article,
|