weidexu commited on
Commit
fe4ba68
1 Parent(s): 892a82a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -83,9 +83,8 @@ block = gr.Blocks()
83
  with block:
84
  with gr.Group():
85
  gr.Markdown(
86
- """ # <center>🥳💬💕 - TalktoAI,随时随地,谈天说地!</center>
87
 
88
- ## <center>🤖 - 让有人文关怀的AI造福每一个人!AI向善,文明璀璨!TalktoAI - Enable the future!</center>
89
 
90
  """
91
  )
@@ -124,18 +123,18 @@ with block:
124
  btn2.click(english, [inp3, inp4, inp5], [out2])
125
 
126
  gr.Markdown(
127
- """ ### <center>注意❗:请不要输入或生成会对个人以及组织造成侵害的内容,此程序仅供科研、学习及娱乐使用。用户输入或生成的内容与程序开发者无关,请自觉合法合规使用,违反者一切后果自负。</center>
128
 
129
- ### <center>Powered by [ChatGPT](https://chat.openai.com/). Please follow me on [Bilibili](https://space.bilibili.com/501495851?spm_id_from=333.1007.0.0).</center>
130
 
131
  """
132
  )
133
 
134
  gr.HTML('''
135
  <div class="footer">
136
- <p>🎶🖼️🎡 - It’s the intersection of technology and liberal arts that makes our hearts sing. - Steve Jobs
137
  </p>
138
- <p>注:中文声音克隆实际上是由声音转换(Voice Conversion)实现,所以输出结果可能更像是一种新的声音,效果不一定很理想,希望大家理解(之后也会不断迭代的)!为了更好的效果,使用中文声音克隆时请尽量上传女声。
139
  </p>
140
  </div>
141
  ''')
 
83
  with block:
84
  with gr.Group():
85
  gr.Markdown(
86
+ """ # <center>Talk to AI</center>
87
 
 
88
 
89
  """
90
  )
 
123
  btn2.click(english, [inp3, inp4, inp5], [out2])
124
 
125
  gr.Markdown(
126
+ """ ### <center>仅供学习交流使用</center>
127
 
128
+ ### <center>Powered by [ChatGPT](https://chat.openai.com/).</center>
129
 
130
  """
131
  )
132
 
133
  gr.HTML('''
134
  <div class="footer">
135
+ <p>
136
  </p>
137
+ <p>
138
  </p>
139
  </div>
140
  ''')