Spaces:
Running
Running
Update main/app/tabs/utils/utils.py
Browse files
main/app/tabs/utils/utils.py
CHANGED
@@ -4,7 +4,7 @@ from main.configs.config import Config
|
|
4 |
from main.app.based.utils import *
|
5 |
|
6 |
def utils_tabs():
|
7 |
-
with gr.TabItem(
|
8 |
with gr.Tabs():
|
9 |
with gr.TabItem(translations["audio_editing"], visible=configs.get("audioldm2", True)):
|
10 |
gr.Markdown(translations["audio_editing_info"])
|
|
|
4 |
from main.app.based.utils import *
|
5 |
|
6 |
def utils_tabs():
|
7 |
+
with gr.TabItem("utils"):
|
8 |
with gr.Tabs():
|
9 |
with gr.TabItem(translations["audio_editing"], visible=configs.get("audioldm2", True)):
|
10 |
gr.Markdown(translations["audio_editing_info"])
|