Adityadn commited on
Commit
d9853f0
·
verified ·
1 Parent(s): 7f6d338

Update webui.py

Browse files
Files changed (1) hide show
  1. webui.py +1 -2
webui.py CHANGED
@@ -375,7 +375,7 @@ with shared.gradio_root:
375
  value=modules.config.default_sample_sharpness,
376
  info='Higher value means image and texture are sharper.')
377
  gr.HTML('<a href="https://github.com/lllyasviel/Fooocus/discussions/117" target="_blank">\U0001F4D4 Document</a>')
378
- dev_mode = gr.Checkbox(label='Developer Debug Mode', value=True, container=False)
379
 
380
  with gr.Column(visible=False) as dev_tools:
381
  with gr.Tab(label='Debug Tools'):
@@ -686,4 +686,3 @@ shared.gradio_root.launch(
686
  allowed_paths=[modules.config.path_outputs],
687
  blocked_paths=[constants.AUTH_FILENAME]
688
  )
689
-
 
375
  value=modules.config.default_sample_sharpness,
376
  info='Higher value means image and texture are sharper.')
377
  gr.HTML('<a href="https://github.com/lllyasviel/Fooocus/discussions/117" target="_blank">\U0001F4D4 Document</a>')
378
+ dev_mode = gr.Checkbox(label='Developer Debug Mode', value=True, container=True)
379
 
380
  with gr.Column(visible=False) as dev_tools:
381
  with gr.Tab(label='Debug Tools'):
 
686
  allowed_paths=[modules.config.path_outputs],
687
  blocked_paths=[constants.AUTH_FILENAME]
688
  )