Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -68,10 +68,8 @@ with gr.Blocks(css=css) as demo:
68
  </p>
69
  """)
70
  with gr.Row():
71
- with gr.Column():
72
- portrait_in = gr.Image(label="Your source portrait", type="filepath")
73
- with gr.Column():
74
- result = gr.Image(label="Swapped SDXL Result")
75
  prompt_in = gr.Textbox(label="Prompt target")
76
  submit_btn = gr.Button("Submit")
77
 
 
68
  </p>
69
  """)
70
  with gr.Row():
71
+ portrait_in = gr.Image(label="Your source portrait", type="filepath")
72
+ result = gr.Image(label="Swapped SDXL Result")
 
 
73
  prompt_in = gr.Textbox(label="Prompt target")
74
  submit_btn = gr.Button("Submit")
75