Update app.py
Browse files
app.py
CHANGED
@@ -219,7 +219,7 @@ with gr.Blocks(theme=theme, css=css) as app:
|
|
219 |
text_button.click(query, inputs=[text_prompt, negative_prompt, steps, cfg, method, seed, strength, width, height], outputs=image_output)
|
220 |
|
221 |
with gr.TabItem("🔄 Flip Image", visible=True):
|
222 |
-
|
223 |
image_input = gr.Image()
|
224 |
image_output = gr.Image()
|
225 |
image_button = gr.Button("Flip")
|
|
|
219 |
text_button.click(query, inputs=[text_prompt, negative_prompt, steps, cfg, method, seed, strength, width, height], outputs=image_output)
|
220 |
|
221 |
with gr.TabItem("🔄 Flip Image", visible=True):
|
222 |
+
with gr.Row():
|
223 |
image_input = gr.Image()
|
224 |
image_output = gr.Image()
|
225 |
image_button = gr.Button("Flip")
|