Aitron Emper commited on
Commit
fa1121a
1 Parent(s): bf833e0

Update app.py

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