Spaces:
Runtime error
Runtime error
VoiceCloning-be
commited on
Commit
β’
e796ad0
1
Parent(s):
9a56e9a
Update app.py
Browse files
app.py
CHANGED
@@ -80,42 +80,9 @@ with gr.Blocks(theme=my_applio, title="Applio") as Applio:
|
|
80 |
"[Support](https://discord.gg/IAHispano) β [Discord Bot](https://discord.com/oauth2/authorize?client_id=1144714449563955302&permissions=1376674695271&scope=bot%20applications.commands) β [Find Voices](https://applio.org/models) β [GitHub](https://github.com/IAHispano/Applio)"
|
81 |
)
|
82 |
)
|
83 |
-
with gr.Tab(i18n("Inference")):
|
84 |
-
inference_tab()
|
85 |
-
|
86 |
with gr.Tab(i18n("Train")):
|
87 |
train_tab()
|
88 |
|
89 |
-
with gr.Tab(i18n("TTS")):
|
90 |
-
tts_tab()
|
91 |
-
|
92 |
-
with gr.Tab(i18n("Voice Blender")):
|
93 |
-
voice_blender_tab()
|
94 |
-
|
95 |
-
with gr.Tab(i18n("Plugins")):
|
96 |
-
plugins_tab()
|
97 |
-
|
98 |
-
with gr.Tab(i18n("Download")):
|
99 |
-
download_tab()
|
100 |
-
|
101 |
-
with gr.Tab(i18n("Report a Bug")):
|
102 |
-
report_tab()
|
103 |
-
|
104 |
-
with gr.Tab(i18n("Extra")):
|
105 |
-
extra_tab()
|
106 |
-
|
107 |
-
with gr.Tab(i18n("Settings")):
|
108 |
-
presence_tab()
|
109 |
-
flask_server_tab()
|
110 |
-
precision_tab()
|
111 |
-
if not gpu_available():
|
112 |
-
fake_gpu_tab()
|
113 |
-
theme_tab()
|
114 |
-
version_tab()
|
115 |
-
lang_tab()
|
116 |
-
restart_tab()
|
117 |
-
|
118 |
-
|
119 |
def launch_gradio():
|
120 |
Applio.launch(share=True)
|
121 |
|
|
|
80 |
"[Support](https://discord.gg/IAHispano) β [Discord Bot](https://discord.com/oauth2/authorize?client_id=1144714449563955302&permissions=1376674695271&scope=bot%20applications.commands) β [Find Voices](https://applio.org/models) β [GitHub](https://github.com/IAHispano/Applio)"
|
81 |
)
|
82 |
)
|
|
|
|
|
|
|
83 |
with gr.Tab(i18n("Train")):
|
84 |
train_tab()
|
85 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
def launch_gradio():
|
87 |
Applio.launch(share=True)
|
88 |
|