Spaces:
Runtime error
Runtime error
dreamdrop-art
commited on
Commit
·
83bec0e
1
Parent(s):
d220055
Update app.py
Browse files
app.py
CHANGED
@@ -484,7 +484,7 @@ with gr.Blocks(css=css) as demo:
|
|
484 |
us_input = gr.Image(show_label=False, interactive=True, scale=10)
|
485 |
us_radio = gr.Radio(label="Upscale Levels", choices=[2, 4, 6, 8, 10], value=2, scale=5)
|
486 |
us_button = gr.Button(value="Generate with Upscaler", variant="primary", scale=5)
|
487 |
-
with gr.Column(scale=1)
|
488 |
us_output = gr.Gallery(show_label=False, rows=3, preview=True, scale=1)
|
489 |
send_to_img2img_us = gr.Button(value="Send UPSCALED IMAGE to img2img")
|
490 |
us_past = gr.Image(interactive=False, visible=False)
|
|
|
484 |
us_input = gr.Image(show_label=False, interactive=True, scale=10)
|
485 |
us_radio = gr.Radio(label="Upscale Levels", choices=[2, 4, 6, 8, 10], value=2, scale=5)
|
486 |
us_button = gr.Button(value="Generate with Upscaler", variant="primary", scale=5)
|
487 |
+
with gr.Column(scale=1):
|
488 |
us_output = gr.Gallery(show_label=False, rows=3, preview=True, scale=1)
|
489 |
send_to_img2img_us = gr.Button(value="Send UPSCALED IMAGE to img2img")
|
490 |
us_past = gr.Image(interactive=False, visible=False)
|