Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -288,7 +288,7 @@ with gr.Blocks(title="🎵 Audio Separator (by Politrees) 🎵", css="footer{dis
|
|
288 |
with gr.Row():
|
289 |
vr_model = gr.Dropdown(label="Select the Model", choices=VR_ARCH_MODELS)
|
290 |
with gr.Row():
|
291 |
-
vr_window_size = gr.
|
292 |
vr_aggression = gr.Slider(minimum=1, maximum=50, step=1, value=5, label="Agression", info="Intensity of primary stem extraction.")
|
293 |
vr_tta = gr.Checkbox(value=True, label="TTA", info="Enable Test-Time-Augmentation; slow but improves quality.")
|
294 |
vr_post_process = gr.Checkbox(value=True, label="Post Process", info="Enable post-processing.")
|
|
|
288 |
with gr.Row():
|
289 |
vr_model = gr.Dropdown(label="Select the Model", choices=VR_ARCH_MODELS)
|
290 |
with gr.Row():
|
291 |
+
vr_window_size = gr.Slider(minimum=320, maximum=1024, step=32, value=512, label="Window Size")
|
292 |
vr_aggression = gr.Slider(minimum=1, maximum=50, step=1, value=5, label="Agression", info="Intensity of primary stem extraction.")
|
293 |
vr_tta = gr.Checkbox(value=True, label="TTA", info="Enable Test-Time-Augmentation; slow but improves quality.")
|
294 |
vr_post_process = gr.Checkbox(value=True, label="Post Process", info="Enable post-processing.")
|