Aitronssesin commited on
Commit
fa470a4
1 Parent(s): 3cf4ae4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -36,8 +36,8 @@ 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")):
43
  tts_tab()
@@ -51,8 +51,8 @@ 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
 
58
  if __name__ == "__main__":
 
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")):
43
  tts_tab()
 
51
  with gr.Tab(i18n("Report a Bug")):
52
  report_tab()
53
 
54
+ # with gr.Tab(i18n("Settings")):
55
+ # presence_tab()
56
 
57
 
58
  if __name__ == "__main__":