thepianist9 commited on
Commit
28f6ae7
1 Parent(s): 126e744

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -628,8 +628,8 @@ if __name__ == "__main__":
628
  demo_img = app_img()
629
  demo_multi = app_multi()
630
  demo_vits = app_vits()
631
- demo = gr.TabbedInterface(interface_list = [demo_app, demo_img, demo_multi, demo_vits],
632
- tab_names = ["app", "image", "multi", "app_vits"],
633
  title = "Linly-Talker WebUI")
634
  demo.launch(share=True,
635
  # 似乎在Gradio4.0以上版本可以不使用证书也可以进行麦
 
628
  demo_img = app_img()
629
  demo_multi = app_multi()
630
  demo_vits = app_vits()
631
+ demo = gr.TabbedInterface(interface_list = [demo_app],
632
+ tab_names = ["app"],
633
  title = "Linly-Talker WebUI")
634
  demo.launch(share=True,
635
  # 似乎在Gradio4.0以上版本可以不使用证书也可以进行麦