Spaces:
Runtime error
Runtime error
Change app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ title = "ESPnet2-SLU"
|
|
105 |
description = "Gradio demo for ESPnet2-SLU: Extending the Edge of SLU Research. To use it, simply record your audio. Read more at the links below."
|
106 |
article = "<p style='text-align: center'><a href='https://github.com/espnet/espnet' target='_blank'>Github Repo</a></p>"
|
107 |
|
108 |
-
examples=[['
|
109 |
|
110 |
# gr.inputs.Textbox(label="input text",lines=10),gr.inputs.Radio(choices=["english"], type="value", default="english", label="language")
|
111 |
gr.Interface(
|
|
|
105 |
description = "Gradio demo for ESPnet2-SLU: Extending the Edge of SLU Research. To use it, simply record your audio. Read more at the links below."
|
106 |
article = "<p style='text-align: center'><a href='https://github.com/espnet/espnet' target='_blank'>Github Repo</a></p>"
|
107 |
|
108 |
+
examples=[['audio_slurp.flac',"english"]]
|
109 |
|
110 |
# gr.inputs.Textbox(label="input text",lines=10),gr.inputs.Radio(choices=["english"], type="value", default="english", label="language")
|
111 |
gr.Interface(
|