Hermes Bot commited on
Commit
74905be
·
1 Parent(s): ab1ad88

Fix indentation in Hires.Fix UI to resolve runtime error

Browse files
Files changed (1) hide show
  1. ui/shared/hires_fix_ui.py +3 -3
ui/shared/hires_fix_ui.py CHANGED
@@ -34,9 +34,9 @@ def create_ui():
34
  scale=3,
35
  allow_custom_value=True
36
  )
37
- with gr.Column(scale=1):
38
- components[f'run_{prefix}'] = gr.Button("Run Hires. Fix", variant="primary")
39
- components[f'run_forever_{prefix}'] = gr.Checkbox(label="Run Forever", value=False)
40
 
41
  with gr.Row():
42
  with gr.Column(scale=1):
 
34
  scale=3,
35
  allow_custom_value=True
36
  )
37
+ with gr.Column(scale=1):
38
+ components[f'run_{prefix}'] = gr.Button("Run Hires. Fix", variant="primary")
39
+ components[f'run_forever_{prefix}'] = gr.Checkbox(label="Run Forever", value=False)
40
 
41
  with gr.Row():
42
  with gr.Column(scale=1):