CrawfordZhou commited on
Commit
b6ce0d2
1 Parent(s): a4954f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -10
app.py CHANGED
@@ -239,17 +239,21 @@ if __name__ == "__main__":
239
  languages = ["ZH", "JP", "EN", "auto", "mix"]
240
  with gr.Blocks() as app:
241
  with gr.Row():
242
- gr.Markdown(value="""
243
- #【AI星瞳——gpt对话版】在线语音合成(Bert-Vits2 2.0中日英)\n
244
- ![avatar](https://img1.baidu.com/it/u=381691319,2894195285&fm=253&fmt=auto&app=138&f=JPEG?w=400&h=300)\n
245
- 作者:[Xz乔希](https://space.bilibili.com/5859321) 集成作者:[碎语碎念](https://space.bilibili.com/4269384) 声音归属:[星瞳_Official](https://space.bilibili.com/401315430) \n
246
- Bert-VITS2项目:https://github.com/Stardust-minus/Bert-VITS2\n
247
- GPT_API_free项目:https://github.com/chatanywhere/GPT_API_free\n
248
- 本项目中的apiKey可以从https://github.com/chatanywhere/GPT_API_free\n
249
- 免费获取(本项目默认提供了一个,如果没法用了去仓库申请替换就好啦)!\n
250
- 使用本模型请严格遵守法律法规!\n
251
- 发布二创作品请标注本项目作者及链接、作品使用Bert-VITS2 AI生成!\n
252
  """)
 
 
 
 
 
 
 
 
 
 
 
253
  with gr.Row():
254
  with gr.Column():
255
  text = gr.TextArea(
 
239
  languages = ["ZH", "JP", "EN", "auto", "mix"]
240
  with gr.Blocks() as app:
241
  with gr.Row():
242
+ with gr.Column():
243
+ gr.Markdown(value="""
244
+ ![avatar](https://img1.baidu.com/it/u=381691319,2894195285&fm=253&fmt=auto&app=138&f=JPEG?w=400&h=300)\n
 
 
 
 
 
 
 
245
  """)
246
+ with gr.Column():
247
+ gr.Markdown(value="""
248
+ # AI星瞳——gpt对话版(Bert-Vits2 2.0中日英)\n
249
+ 作者:[Xz乔希](https://space.bilibili.com/5859321) & [碎语碎念](https://space.bilibili.com/4269384) 声音归属:[星瞳_Official](https://space.bilibili.com/401315430) \n
250
+ Bert-VITS2项目:https://github.com/Stardust-minus/Bert-VITS2\n
251
+ GPT_API_free项目:https://github.com/chatanywhere/GPT_API_free\n
252
+ 本项目中的apiKey可以从https://github.com/chatanywhere/GPT_API_free\n
253
+ 免费获取(本项目默认提供了一个,如果没法用了去仓库申请替换就好啦)!\n
254
+ 使用本模型请严格遵守法律法规!\n
255
+ 发布二创作品请标注本项目作者及链接、作品使用Bert-VITS2 AI生成!\n
256
+ """)
257
  with gr.Row():
258
  with gr.Column():
259
  text = gr.TextArea(