Mahiruoshi commited on
Commit
fd2a1e5
1 Parent(s): 9648cd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -216,7 +216,7 @@ if __name__ == "__main__":
216
  speakers = list(speaker_ids.keys())
217
  with gr.Blocks() as app:
218
  gr.Markdown(value="""
219
- 少歌邦邦全员在线语音合成([Bert-Vits2](https://github.com/Stardust-minus/Bert-VITS2) V2.3)\n
220
  镜像 [V2.2](https://huggingface.co/spaces/Mahiruoshi/MyGO_VIts-bert)\n
221
  [好玩的](http://love.soyorin.top/)\n
222
  该界面的真实链接(国内可用): https://mahiruoshi-bangdream-bert-vits2.hf.space/\n
@@ -295,6 +295,11 @@ if __name__ == "__main__":
295
  ],
296
  outputs=[audio_output],
297
  )
298
-
 
 
 
 
 
299
  print("推理页面已开启!")
300
  app.launch(share=True)
 
216
  speakers = list(speaker_ids.keys())
217
  with gr.Blocks() as app:
218
  gr.Markdown(value="""
219
+ ([Bert-Vits2](https://github.com/Stardust-minus/Bert-VITS2) V2.3)少歌邦邦全员在线语音合成\n
220
  镜像 [V2.2](https://huggingface.co/spaces/Mahiruoshi/MyGO_VIts-bert)\n
221
  [好玩的](http://love.soyorin.top/)\n
222
  该界面的真实链接(国内可用): https://mahiruoshi-bangdream-bert-vits2.hf.space/\n
 
295
  ],
296
  outputs=[audio_output],
297
  )
298
+ with gr.TabItem('少歌及2.2版本'):
299
+ gr.Markdown(
300
+ '<div align="center">'
301
+ f'<iframe style="width:100%;height:400px;" src="https://mahiruoshi-mygo-vits-bert.hf.space/" frameborder="0"></iframe>'
302
+ '</div>'
303
+ )
304
  print("推理页面已开启!")
305
  app.launch(share=True)