Spaces:
Runtime error
Runtime error
Fix s3prl installation
Browse files
app.py
CHANGED
@@ -60,6 +60,7 @@ def inference(wav,data):
|
|
60 |
# wav = text2speechjp(text)["wav"]
|
61 |
# scipy.io.wavfile.write("out.wav",text2speechjp.fs , wav.view(-1).cpu().numpy())
|
62 |
return text
|
|
|
63 |
title = "ESPnet2-SLU"
|
64 |
description = "Gradio demo for ESPnet2-SLU: Advancing Spoken Language Understanding through ESPnet. To use it, simply record your audio or click one of the examples to load them. Read more at the links below."
|
65 |
article = "<p style='text-align: center'><a href='https://github.com/espnet/espnet' target='_blank'>Github Repo</a></p>"
|
|
|
60 |
# wav = text2speechjp(text)["wav"]
|
61 |
# scipy.io.wavfile.write("out.wav",text2speechjp.fs , wav.view(-1).cpu().numpy())
|
62 |
return text
|
63 |
+
|
64 |
title = "ESPnet2-SLU"
|
65 |
description = "Gradio demo for ESPnet2-SLU: Advancing Spoken Language Understanding through ESPnet. To use it, simply record your audio or click one of the examples to load them. Read more at the links below."
|
66 |
article = "<p style='text-align: center'><a href='https://github.com/espnet/espnet' target='_blank'>Github Repo</a></p>"
|