Spaces:
Running
Running
Update main/app/tabs/utils/utils.py
Browse files
main/app/tabs/utils/utils.py
CHANGED
@@ -6,7 +6,7 @@ from main.app.based.utils import *
|
|
6 |
def utils_tabs():
|
7 |
with gr.TabItem("utils"):
|
8 |
with gr.Tabs():
|
9 |
-
with gr.TabItem(translations["audio_editing"], visible=
|
10 |
gr.Markdown(translations["audio_editing_info"])
|
11 |
with gr.Row():
|
12 |
gr.Markdown(translations["audio_editing_markdown"])
|
|
|
6 |
def utils_tabs():
|
7 |
with gr.TabItem("utils"):
|
8 |
with gr.Tabs():
|
9 |
+
with gr.TabItem(translations["audio_editing"], visible=False):
|
10 |
gr.Markdown(translations["audio_editing_info"])
|
11 |
with gr.Row():
|
12 |
gr.Markdown(translations["audio_editing_markdown"])
|