Spaces:
Runtime error
Runtime error
Update webUI.py
Browse files
webUI.py
CHANGED
@@ -173,7 +173,7 @@ class UVRWebUI:
|
|
173 |
label=AGGRESSION_SETTING_MAIN_LABEL, interactive=True)
|
174 |
with gr.Row():
|
175 |
self.use_gpu = gr.Checkbox(
|
176 |
-
label=
|
177 |
self.primary_stem_only = gr.Checkbox(
|
178 |
label=f"{PRIMARY_STEM} only", value=root.is_primary_stem_only_var.get(), interactive=True)
|
179 |
self.secondary_stem_only = gr.Checkbox(
|
|
|
173 |
label=AGGRESSION_SETTING_MAIN_LABEL, interactive=True)
|
174 |
with gr.Row():
|
175 |
self.use_gpu = gr.Checkbox(
|
176 |
+
label='Rhythmic Transmutation Device', value=True, interactive=True) #label=GPU_CONVERSION_MAIN_LABEL, value=root.is_gpu_conversion_var.get(), interactive=True)
|
177 |
self.primary_stem_only = gr.Checkbox(
|
178 |
label=f"{PRIMARY_STEM} only", value=root.is_primary_stem_only_var.get(), interactive=True)
|
179 |
self.secondary_stem_only = gr.Checkbox(
|