Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -139,30 +139,29 @@ with gr.Blocks(
|
|
139 |
with gr.Tab(i18n("Inference")):
|
140 |
inference_tab()
|
141 |
|
142 |
-
with gr.Tab(i18n("Training")):
|
143 |
-
train_tab()
|
144 |
-
|
145 |
with gr.Tab(i18n("TTS")):
|
146 |
tts_tab()
|
|
|
|
|
|
|
147 |
|
148 |
with gr.Tab(i18n("Voice Blender")):
|
149 |
voice_blender_tab()
|
150 |
|
151 |
-
with gr.Tab(i18n("Plugins")):
|
152 |
-
plugins_tab()
|
153 |
-
|
154 |
-
with gr.Tab(i18n("Download")):
|
155 |
-
download_tab()
|
156 |
-
|
157 |
with gr.Tab(i18n("Report a Bug")):
|
158 |
report_tab()
|
159 |
|
160 |
with gr.Tab(i18n("Extra")):
|
161 |
extra_tab()
|
162 |
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
with gr.Tab(i18n("Settings")):
|
164 |
settings_tab()
|
165 |
-
|
166 |
gr.Markdown(
|
167 |
"""
|
168 |
<div style="text-align: center; font-size: 0.9em; text-color: a3a3a3;">
|
|
|
139 |
with gr.Tab(i18n("Inference")):
|
140 |
inference_tab()
|
141 |
|
|
|
|
|
|
|
142 |
with gr.Tab(i18n("TTS")):
|
143 |
tts_tab()
|
144 |
+
|
145 |
+
with gr.Tab(i18n("Download")):
|
146 |
+
download_tab()
|
147 |
|
148 |
with gr.Tab(i18n("Voice Blender")):
|
149 |
voice_blender_tab()
|
150 |
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
with gr.Tab(i18n("Report a Bug")):
|
152 |
report_tab()
|
153 |
|
154 |
with gr.Tab(i18n("Extra")):
|
155 |
extra_tab()
|
156 |
|
157 |
+
with gr.Tab(i18n("Plugins")):
|
158 |
+
plugins_tab()
|
159 |
+
|
160 |
+
with gr.Tab(i18n("Training")):
|
161 |
+
train_tab()
|
162 |
+
|
163 |
with gr.Tab(i18n("Settings")):
|
164 |
settings_tab()
|
|
|
165 |
gr.Markdown(
|
166 |
"""
|
167 |
<div style="text-align: center; font-size: 0.9em; text-color: a3a3a3;">
|