kevinwang676 commited on
Commit
24b8dff
1 Parent(s): c0b6e11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -156,15 +156,15 @@ with app:
156
  gr.Markdown("# <center>🌊💕🎶 [CosyVoice](https://www.bilibili.com/video/BV1vz421q7ir/) Instruct 一句话实现声音定制,听你想听</center>")
157
  gr.Markdown("## <center>🌟 只需自然语言,就可以控制说话人的音色、语调、情感!</center>")
158
  gr.Markdown("### <center>🤗 更多精彩,尽在[滔滔AI](https://www.talktalkai.com/);滔滔AI,为爱滔滔!💕</center>")
159
- with gr.Accordion("💡 一些AI歌手模型链接及使用说明(建议阅读)", open=False):
160
- _ = f""" 查看自然语言定制声音的例子(您只需要复制英文部分的内容):
161
  * 义愤填膺: Theo 'Crimson', is a fiery, passionate rebel leader. Fights with fervor for justice, but struggles with impulsiveness.
162
  * 冷静安抚: Kai 'Torrent', is a cool-headed, tactical water mage who plans his moves carefully. A soothing presence with hidden depths.
163
  * 活力鲁莽: Zara 'Wildfire', is an impulsive, fearless firebrand who loves a challenge. Her bravery inspires others, though she often acts recklessly.
164
  * 神秘优雅: Selene 'Moonshade', is a mysterious, elegant dancer with a connection to the night. Her movements are both mesmerizing and deadly.
165
  * 友善亲切: Priya, the humanitarian doctor, heals wounds of the world with her boundless empathy and skill.
166
  * 智慧善良: Ivan, the old sea captain, navigates life's storms with timeless wisdom and a heart of gold.
167
- * 诗词朗诵: A male voice with very slow pace and very sad emotion that is perfect for reciting poems.\n
168
  您也可以这样控制说话人: A [male/female] speaker with [normal/high/low] pitch, [normal/fast/slow] speaking rate, and [happy/sad/angry] emotion.
169
  """
170
  gr.Markdown(dedent(_))
 
156
  gr.Markdown("# <center>🌊💕🎶 [CosyVoice](https://www.bilibili.com/video/BV1vz421q7ir/) Instruct 一句话实现声音定制,听你想听</center>")
157
  gr.Markdown("## <center>🌟 只需自然语言,就可以控制说话人的音色、语调、情感!</center>")
158
  gr.Markdown("### <center>🤗 更多精彩,尽在[滔滔AI](https://www.talktalkai.com/);滔滔AI,为爱滔滔!💕</center>")
159
+ with gr.Accordion("💡 查看自然语言定制声音的例子(您只需要复制英文部分的内容)", open=False):
160
+ _ = f"""
161
  * 义愤填膺: Theo 'Crimson', is a fiery, passionate rebel leader. Fights with fervor for justice, but struggles with impulsiveness.
162
  * 冷静安抚: Kai 'Torrent', is a cool-headed, tactical water mage who plans his moves carefully. A soothing presence with hidden depths.
163
  * 活力鲁莽: Zara 'Wildfire', is an impulsive, fearless firebrand who loves a challenge. Her bravery inspires others, though she often acts recklessly.
164
  * 神秘优雅: Selene 'Moonshade', is a mysterious, elegant dancer with a connection to the night. Her movements are both mesmerizing and deadly.
165
  * 友善亲切: Priya, the humanitarian doctor, heals wounds of the world with her boundless empathy and skill.
166
  * 智慧善良: Ivan, the old sea captain, navigates life's storms with timeless wisdom and a heart of gold.
167
+ * 诗词朗诵: A male voice with very slow pace and very sad emotion that is perfect for reciting poems.
168
  您也可以这样控制说话人: A [male/female] speaker with [normal/high/low] pitch, [normal/fast/slow] speaking rate, and [happy/sad/angry] emotion.
169
  """
170
  gr.Markdown(dedent(_))