r3gm commited on
Commit
d524d37
1 Parent(s): 5c4d93b

Update webUI.py

Browse files
Files changed (1) hide show
  1. webUI.py +1 -1
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=GPU_CONVERSION_MAIN_LABEL+'>>>use this', value=True, interactive=False) #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(
 
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(