r3gm commited on
Commit
ec24873
·
verified ·
1 Parent(s): 3cdd945

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -283,7 +283,7 @@ class UpscalerApp:
283
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
284
  gr.Markdown("# Image Upscaler GUI with A/B Testing")
285
 
286
- with gr.Accordion("Advanced Settings", open=True):
287
  with gr.Row():
288
  upscaler_size_slider = gr.Slider(minimum=1.1, maximum=4.0, value=2.0, step=0.1, label="Upscale Factor")
289
  tile_slider = gr.Slider(minimum=0, maximum=1024, value=192, step=16, label="Tile Size (0 is not tile)")
 
283
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
284
  gr.Markdown("# Image Upscaler GUI with A/B Testing")
285
 
286
+ with gr.Accordion("Advanced Settings", open=False):
287
  with gr.Row():
288
  upscaler_size_slider = gr.Slider(minimum=1.1, maximum=4.0, value=2.0, step=0.1, label="Upscale Factor")
289
  tile_slider = gr.Slider(minimum=0, maximum=1024, value=192, step=16, label="Tile Size (0 is not tile)")