NeoPy commited on
Commit
cba889f
·
verified ·
1 Parent(s): 3015ae5

Update main/app/app.py

Browse files
Files changed (1) hide show
  1. main/app/app.py +1 -2
main/app/app.py CHANGED
@@ -128,8 +128,7 @@ with gr.Blocks(title="Ultimate RVC Maker ⚡", theme=theme) as app:
128
  inference_tabs()
129
  with gr.TabItem("Model Options"):
130
  model_tabs()
131
- with gr.TabItem("Utils"):
132
- utils_tabs()
133
  with gr.TabItem(translations["settings"], visible=configs.get("settings_tab", True)):
134
  gr.Markdown(translations["settings_markdown"])
135
  with gr.Row():
 
128
  inference_tabs()
129
  with gr.TabItem("Model Options"):
130
  model_tabs()
131
+ utils_tabs()
 
132
  with gr.TabItem(translations["settings"], visible=configs.get("settings_tab", True)):
133
  gr.Markdown(translations["settings_markdown"])
134
  with gr.Row():