Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=
|
| 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)")
|