Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
2dce6a7
1
Parent(s):
8b4eb7b
Update app.py
Browse files
app.py
CHANGED
@@ -35,9 +35,9 @@ def inference(text):
|
|
35 |
wav = text2speech(text)["wav"]
|
36 |
scipy.io.wavfile.write("out.wav",text2speech.fs , wav.view(-1).cpu().numpy())
|
37 |
return "out.wav"
|
38 |
-
title = "TTS"
|
39 |
-
description = "demo for
|
40 |
-
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/
|
41 |
|
42 |
gr.Interface(
|
43 |
inference,
|
|
|
35 |
wav = text2speech(text)["wav"]
|
36 |
scipy.io.wavfile.write("out.wav",text2speech.fs , wav.view(-1).cpu().numpy())
|
37 |
return "out.wav"
|
38 |
+
title = "ESPnet2-TTS"
|
39 |
+
description = "Gradio demo for ESPnet2-TTS: Extending the Edge of TTS Research. To use it, simply add your audio, or click one of the examples to load them. Read more at the links below."
|
40 |
+
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2110.07840' target='_blank'>ESPnet2-TTS: Extending the Edge of TTS Research</a> | <a href='https://github.com/espnet/espnet'>Github Repo</a></p>"
|
41 |
|
42 |
gr.Interface(
|
43 |
inference,
|