Aitron Emper commited on
Commit
fd90d06
1 Parent(s): bba6a7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,7 +36,7 @@ with gr.Blocks(theme="ParityError/Interstellar", title="Applio") as Applio:
36
  with gr.Tab(i18n("Inference")):
37
  inference_tab()
38
 
39
- with gr.Tab(i18n("Train")):
40
  train_tab()
41
 
42
  with gr.Tab(i18n("TTS")):
@@ -51,7 +51,7 @@ with gr.Blocks(theme="ParityError/Interstellar", title="Applio") as Applio:
51
  with gr.Tab(i18n("Report a Bug")):
52
  report_tab()
53
 
54
- with gr.Tab(i18n("Settings")):
55
  presence_tab()
56
 
57
 
 
36
  with gr.Tab(i18n("Inference")):
37
  inference_tab()
38
 
39
+ ## with gr.Tab(i18n("Train")):
40
  train_tab()
41
 
42
  with gr.Tab(i18n("TTS")):
 
51
  with gr.Tab(i18n("Report a Bug")):
52
  report_tab()
53
 
54
+ ## with gr.Tab(i18n("Settings")):
55
  presence_tab()
56
 
57