Update main/app/app.py
Browse files- main/app/app.py +1 -1
main/app/app.py
CHANGED
@@ -1319,7 +1319,7 @@ with gr.Blocks(title="📱 RVC GUI BY ANH", theme=theme) as app:
|
|
1319 |
with gr.Tabs():
|
1320 |
paths_for_files = lambda path: [os.path.abspath(os.path.join(path, f)) for f in os.listdir(path) if os.path.splitext(f)[1] in ('.mp3', '.wav', '.flac', '.ogg', '.m4a')]
|
1321 |
|
1322 |
-
with gr.TabItem(translations["separator_tab"], visible=
|
1323 |
gr.Markdown(f"## {translations['separator_tab']}")
|
1324 |
with gr.Row():
|
1325 |
gr.Markdown(translations["4_part"])
|
|
|
1319 |
with gr.Tabs():
|
1320 |
paths_for_files = lambda path: [os.path.abspath(os.path.join(path, f)) for f in os.listdir(path) if os.path.splitext(f)[1] in ('.mp3', '.wav', '.flac', '.ogg', '.m4a')]
|
1321 |
|
1322 |
+
with gr.TabItem(translations["separator_tab"], visible="NoCrypt/miku"):
|
1323 |
gr.Markdown(f"## {translations['separator_tab']}")
|
1324 |
with gr.Row():
|
1325 |
gr.Markdown(translations["4_part"])
|