merge remote
Browse files
app.py
CHANGED
@@ -130,9 +130,9 @@ def gen_song(lang, texts, durs, pitchs, spk):
|
|
130 |
title = "Demo of Singing Voice Synthesis in Muskits-ESPnet"
|
131 |
|
132 |
description = """
|
133 |
-
<div style="font-size: 20px;"
|
134 |
-
This is the demo page of our toolkit <b>Muskits-ESPnet: A Comprehensive Toolkit for Singing Voice Synthesis in New Paradigm</b
|
135 |
-
<p>Singing Voice Synthesis (SVS) takes a music score as input and generates singing vocal with the voice of a specific singer
|
136 |
Music score contains information about lyrics, as well as duration and pitch of each word in lyrics.</p>
|
137 |
|
138 |
<h1>How to use:</h1>
|
|
|
130 |
title = "Demo of Singing Voice Synthesis in Muskits-ESPnet"
|
131 |
|
132 |
description = """
|
133 |
+
<div style="font-size: 20px; ">
|
134 |
+
<p>This is the demo page of our toolkit <b>Muskits-ESPnet: A Comprehensive Toolkit for Singing Voice Synthesis in New Paradigm</b>.</p>
|
135 |
+
<p>Singing Voice Synthesis (SVS) takes a music score as input and generates singing vocal with the voice of a specific singer.\n
|
136 |
Music score contains information about lyrics, as well as duration and pitch of each word in lyrics.</p>
|
137 |
|
138 |
<h1>How to use:</h1>
|