Spaces:
Sleeping
Sleeping
thepianist9
commited on
Commit
•
7dcd7d9
1
Parent(s):
2852b3d
Update app.py
Browse files
app.py
CHANGED
@@ -617,9 +617,11 @@ if __name__ == "__main__":
|
|
617 |
asr = WhisperASR('base')
|
618 |
tts = EdgeTTS()
|
619 |
gr.close_all()
|
620 |
-
|
621 |
-
|
622 |
-
|
|
|
|
|
623 |
title = "Linly-Talker WebUI")
|
624 |
demo.launch(server_name="127.0.0.1", # 本地端口localhost:127.0.0.1 全局端口转发:"0.0.0.0"
|
625 |
server_port=port,
|
|
|
617 |
asr = WhisperASR('base')
|
618 |
tts = EdgeTTS()
|
619 |
gr.close_all()
|
620 |
+
demo_img = app_img()
|
621 |
+
demo_multi = app_multi()
|
622 |
+
demo_vits = app_vits()
|
623 |
+
demo = gr.TabbedInterface(interface_list = [demo_img, demo_multi, demo_vits],
|
624 |
+
tab_names = [image", "multi", "app_vits"],
|
625 |
title = "Linly-Talker WebUI")
|
626 |
demo.launch(server_name="127.0.0.1", # 本地端口localhost:127.0.0.1 全局端口转发:"0.0.0.0"
|
627 |
server_port=port,
|