Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -99,8 +99,8 @@ examples=[['audio_slurp.flac',"english_slurp"],['audio_fsc.wav',"english_fsc"],[
|
|
99 |
# gr.inputs.Textbox(label="input text",lines=10),gr.inputs.Radio(choices=["english"], type="value", default="english", label="language")
|
100 |
gr.Interface(
|
101 |
inference,
|
102 |
-
[gr.
|
103 |
-
gr.
|
104 |
title=title,
|
105 |
description=description,
|
106 |
article=article,
|
|
|
99 |
# gr.inputs.Textbox(label="input text",lines=10),gr.inputs.Radio(choices=["english"], type="value", default="english", label="language")
|
100 |
gr.Interface(
|
101 |
inference,
|
102 |
+
[gr.Audio(label="input audio",source = "microphone", type="file"),gr.Radio(choices=["english_slurp","english_fsc","dutch_scd"], type="value", default="english_fsc", label="Task")],
|
103 |
+
gr.Textbox(type="str", label="Output"),
|
104 |
title=title,
|
105 |
description=description,
|
106 |
article=article,
|