Spaces:
Sleeping
Sleeping
Aitron Emper
commited on
Commit
•
43607a1
1
Parent(s):
6edc0a9
Update app.py
Browse files
app.py
CHANGED
@@ -52,8 +52,8 @@ with gr.Blocks(theme=my_applio, title="Applio") as Applio:
|
|
52 |
with gr.Tab(i18n("Inference")):
|
53 |
inference_tab()
|
54 |
|
55 |
-
with gr.Tab(i18n("Train")):
|
56 |
-
train_tab()
|
57 |
|
58 |
with gr.Tab(i18n("TTS")):
|
59 |
tts_tab()
|
@@ -61,8 +61,8 @@ with gr.Blocks(theme=my_applio, title="Applio") as Applio:
|
|
61 |
with gr.Tab(i18n("Extra")):
|
62 |
extra_tab()
|
63 |
|
64 |
-
with gr.Tab(i18n("Plugins")):
|
65 |
-
plugins_tab()
|
66 |
|
67 |
with gr.Tab(i18n("Download")):
|
68 |
download_tab()
|
@@ -70,9 +70,9 @@ with gr.Blocks(theme=my_applio, title="Applio") as Applio:
|
|
70 |
with gr.Tab(i18n("Report a Bug")):
|
71 |
report_tab()
|
72 |
|
73 |
-
with gr.Tab(i18n("Settings")):
|
74 |
-
presence_tab()
|
75 |
-
theme_tab()
|
76 |
|
77 |
|
78 |
if __name__ == "__main__":
|
|
|
52 |
with gr.Tab(i18n("Inference")):
|
53 |
inference_tab()
|
54 |
|
55 |
+
# with gr.Tab(i18n("Train")):
|
56 |
+
# train_tab()
|
57 |
|
58 |
with gr.Tab(i18n("TTS")):
|
59 |
tts_tab()
|
|
|
61 |
with gr.Tab(i18n("Extra")):
|
62 |
extra_tab()
|
63 |
|
64 |
+
# with gr.Tab(i18n("Plugins")):
|
65 |
+
# plugins_tab()
|
66 |
|
67 |
with gr.Tab(i18n("Download")):
|
68 |
download_tab()
|
|
|
70 |
with gr.Tab(i18n("Report a Bug")):
|
71 |
report_tab()
|
72 |
|
73 |
+
# with gr.Tab(i18n("Settings")):
|
74 |
+
# presence_tab()
|
75 |
+
# theme_tab()
|
76 |
|
77 |
|
78 |
if __name__ == "__main__":
|