Spaces:
Runtime error
Runtime error
Eddycrack864
commited on
Commit
•
97c4a51
1
Parent(s):
e2e1f0d
Update webUI.py
Browse files
webUI.py
CHANGED
@@ -166,7 +166,7 @@ class UVRWebUI:
|
|
166 |
label=AGGRESSION_SETTING_MAIN_LABEL, interactive=True)
|
167 |
with gr.Row():
|
168 |
self.use_gpu = gr.Checkbox(
|
169 |
-
label=
|
170 |
self.primary_stem_only = gr.Checkbox(
|
171 |
label=f"{PRIMARY_STEM} only", value=root.is_primary_stem_only_var.get(), interactive=True)
|
172 |
self.secondary_stem_only = gr.Checkbox(
|
|
|
166 |
label=AGGRESSION_SETTING_MAIN_LABEL, interactive=True)
|
167 |
with gr.Row():
|
168 |
self.use_gpu = gr.Checkbox(
|
169 |
+
label=GPU_CONVERSION_MAIN_LABEL, value=root.is_gpu_conversion_var.get(), interactive=True) #label='Rhythmic Transmutation Device', value=True, interactive=True)
|
170 |
self.primary_stem_only = gr.Checkbox(
|
171 |
label=f"{PRIMARY_STEM} only", value=root.is_primary_stem_only_var.get(), interactive=True)
|
172 |
self.secondary_stem_only = gr.Checkbox(
|