Spaces:
Runtime error
Runtime error
Commit
·
36a43ba
1
Parent(s):
82334b0
Add github code and paper url
Browse files
app.py
CHANGED
|
@@ -100,7 +100,8 @@ def build_ui(g2p, model, vocoder, to_mel, mel_stats):
|
|
| 100 |
return (to_mel.sample_rate, wav.squeeze().numpy()), fig
|
| 101 |
|
| 102 |
with gr.Blocks() as demo:
|
| 103 |
-
gr.Markdown("# PromptTTS
|
|
|
|
| 104 |
gr.Markdown("### NOTE: Please do not enter personal information.")
|
| 105 |
content_prompt = gr.Textbox(
|
| 106 |
content_placeholder, lines=3, label="Content prompt"
|
|
|
|
| 100 |
return (to_mel.sample_rate, wav.squeeze().numpy()), fig
|
| 101 |
|
| 102 |
with gr.Blocks() as demo:
|
| 103 |
+
gr.Markdown("# PromptTTS++: Controlling Speaker Identity in Prompt-Based Text-to-Speech Using Natural Language Descriptions")
|
| 104 |
+
gr.Markdown("### You can check the [paper](https://arxiv.org/abs/2309.08140) and [code](https://github.com/line/promptttspp).")
|
| 105 |
gr.Markdown("### NOTE: Please do not enter personal information.")
|
| 106 |
content_prompt = gr.Textbox(
|
| 107 |
content_placeholder, lines=3, label="Content prompt"
|