CrawfordZhou commited on
Commit
33c803b
1 Parent(s): 55234f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -125,10 +125,6 @@ if __name__ == "__main__":
125
  speakers = list(speaker_ids.keys())
126
  with gr.Blocks() as app:
127
  with gr.Row():
128
- with gr.Column():
129
- gr.Markdown(value="""
130
- ![avatar](https://img0.baidu.com/it/u=3803234914,1472318531&fm=253&fmt=auto&app=120&f=PNG?w=500&h=500) \n
131
- """)
132
  with gr.Column():
133
  gr.Markdown(value="""
134
  # AI嘉然——在线gpt对话版(Bert-Vits2 + gpt)\n
@@ -141,6 +137,10 @@ if __name__ == "__main__":
141
  使用本模型请严格遵守法律法规!\n
142
  发布二创作品请标注本项目作者及链接、作品使用Bert-VITS2 AI生成!\n
143
  """)
 
 
 
 
144
  with gr.Row():
145
  with gr.Column():
146
  text = gr.TextArea(label="请输入要提问然然的问题", placeholder="Input Text Here",
 
125
  speakers = list(speaker_ids.keys())
126
  with gr.Blocks() as app:
127
  with gr.Row():
 
 
 
 
128
  with gr.Column():
129
  gr.Markdown(value="""
130
  # AI嘉然——在线gpt对话版(Bert-Vits2 + gpt)\n
 
137
  使用本模型请严格遵守法律法规!\n
138
  发布二创作品请标注本项目作者及链接、作品使用Bert-VITS2 AI生成!\n
139
  """)
140
+ with gr.Column():
141
+ gr.Markdown(value="""
142
+ ![avatar](https://img0.baidu.com/it/u=3803234914,1472318531&fm=253&fmt=auto&app=120&f=PNG?w=500&h=500) \n
143
+ """)
144
  with gr.Row():
145
  with gr.Column():
146
  text = gr.TextArea(label="请输入要提问然然的问题", placeholder="Input Text Here",