DigiP-AI commited on
Commit
6708e58
·
verified ·
1 Parent(s): 582d77d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- with gr.Row():
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")