Spaces:
Runtime error
Runtime error
Update app_ctrlx.py
Browse files- app_ctrlx.py +1 -1
app_ctrlx.py
CHANGED
@@ -294,9 +294,9 @@ with gr.Blocks(theme=gr.themes.Default(), css=css, title="Ctrl-X (SDXL v1.0)") a
|
|
294 |
with gr.Column(scale=55):
|
295 |
with gr.Group():
|
296 |
with gr.Row():
|
297 |
-
result = gr.Image(label="Output image", format="jpg", **kwargs)
|
298 |
result_refiner = gr.Image(label="Output image w/ refiner", format="jpg", **kwargs)
|
299 |
with gr.Row():
|
|
|
300 |
structure_recon = gr.Image(label="Structure image", format="jpg", **kwargs)
|
301 |
appearance_recon = gr.Image(label="Style image", format="jpg", **kwargs)
|
302 |
|
|
|
294 |
with gr.Column(scale=55):
|
295 |
with gr.Group():
|
296 |
with gr.Row():
|
|
|
297 |
result_refiner = gr.Image(label="Output image w/ refiner", format="jpg", **kwargs)
|
298 |
with gr.Row():
|
299 |
+
result = gr.Image(label="Output image", format="jpg", **kwargs)
|
300 |
structure_recon = gr.Image(label="Structure image", format="jpg", **kwargs)
|
301 |
appearance_recon = gr.Image(label="Style image", format="jpg", **kwargs)
|
302 |
|