Spaces:
Runtime error
Runtime error
VoiceCloning-be
commited on
Commit
•
61615de
1
Parent(s):
24945b4
Update app.py
Browse files
app.py
CHANGED
@@ -83,14 +83,7 @@ with gr.Blocks(theme=my_applio, title="Applio") as Applio:
|
|
83 |
inference_tab()
|
84 |
|
85 |
with gr.Tab(i18n("Train")):
|
86 |
-
|
87 |
-
train_tab()
|
88 |
-
else:
|
89 |
-
gr.Markdown(
|
90 |
-
i18n(
|
91 |
-
"Training is currently unsupported due to the absence of a GPU. To activate the training tab, navigate to the settings tab and enable the 'Fake GPU' option."
|
92 |
-
)
|
93 |
-
)
|
94 |
|
95 |
with gr.Tab(i18n("TTS")):
|
96 |
tts_tab()
|
|
|
83 |
inference_tab()
|
84 |
|
85 |
with gr.Tab(i18n("Train")):
|
86 |
+
train_tab()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
|
88 |
with gr.Tab(i18n("TTS")):
|
89 |
tts_tab()
|