Spaces:
Running
Running
Update main/app/app.py
Browse files- main/app/app.py +2 -0
main/app/app.py
CHANGED
@@ -78,6 +78,7 @@ with gr.Blocks(title=" Ultimate RVC Maker ⚡", theme=theme) as app:
|
|
78 |
with gr.Row():
|
79 |
clean_strength = gr.Slider(label=translations["clean_strength"], info=translations["clean_strength_info"], minimum=0, maximum=1, value=0.5, step=0.1, interactive=True, visible=cleaner.value)
|
80 |
sample_rate1 = gr.Slider(minimum=8000, maximum=96000, step=1, value=44100, label=translations["sr"], info=translations["sr_info"], interactive=True)
|
|
|
81 |
with gr.Accordion(translations["input_output"], open=False):
|
82 |
format = gr.Radio(label=translations["export_format"], info=translations["export_info"], choices=["wav", "mp3", "flac", "ogg", "opus", "m4a", "mp4", "aac", "alac", "wma", "aiff", "webm", "ac3"], value="wav", interactive=True)
|
83 |
input_audio = gr.Dropdown(label=translations["audio_path"], value="", choices=paths_for_files, allow_custom_value=True, interactive=True)
|
@@ -158,6 +159,7 @@ with gr.Blocks(title=" Ultimate RVC Maker ⚡", theme=theme) as app:
|
|
158 |
with gr.Column():
|
159 |
with gr.Row():
|
160 |
index_strength = gr.Slider(label=translations["index_strength"], info=translations["index_strength_info"], minimum=0, maximum=1, value=0.5, step=0.01, interactive=True, visible=model_index.value != "")
|
|
|
161 |
with gr.Column():
|
162 |
with gr.Accordion(translations["input_output"], open=False):
|
163 |
with gr.Column():
|
|
|
78 |
with gr.Row():
|
79 |
clean_strength = gr.Slider(label=translations["clean_strength"], info=translations["clean_strength_info"], minimum=0, maximum=1, value=0.5, step=0.1, interactive=True, visible=cleaner.value)
|
80 |
sample_rate1 = gr.Slider(minimum=8000, maximum=96000, step=1, value=44100, label=translations["sr"], info=translations["sr_info"], interactive=True)
|
81 |
+
with gr.Row():
|
82 |
with gr.Accordion(translations["input_output"], open=False):
|
83 |
format = gr.Radio(label=translations["export_format"], info=translations["export_info"], choices=["wav", "mp3", "flac", "ogg", "opus", "m4a", "mp4", "aac", "alac", "wma", "aiff", "webm", "ac3"], value="wav", interactive=True)
|
84 |
input_audio = gr.Dropdown(label=translations["audio_path"], value="", choices=paths_for_files, allow_custom_value=True, interactive=True)
|
|
|
159 |
with gr.Column():
|
160 |
with gr.Row():
|
161 |
index_strength = gr.Slider(label=translations["index_strength"], info=translations["index_strength_info"], minimum=0, maximum=1, value=0.5, step=0.01, interactive=True, visible=model_index.value != "")
|
162 |
+
with gr.Row():
|
163 |
with gr.Column():
|
164 |
with gr.Accordion(translations["input_output"], open=False):
|
165 |
with gr.Column():
|