DigiP-AI commited on
Commit
dce969b
Β·
verified Β·
1 Parent(s): be0114a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -338,12 +338,12 @@ text_button.click(query, inputs=[custom_lora, text_prompt, negative_prompt, step
338
 
339
 
340
  with gr.Tab("Flip Image"):
341
- with gr.Row():
342
- image_input = gr.Image(type="numpy", label="Upload Image")
343
- image_output = gr.Image(format="png")
344
- with gr.Row():
345
- image_button = gr.Button("Run", variant='primary')
346
- image_button.click(flip_image, inputs=image_input, outputs=image_output)
347
 
348
  with gr.Tab("Image Filters"):
349
  with gr.Row():
 
338
 
339
 
340
  with gr.Tab("Flip Image"):
341
+ with gr.Row():
342
+ mage_input = gr.Image(type="numpy", label="Upload Image")
343
+ image_output = gr.Image(format="png")
344
+ with gr.Row():
345
+ image_button = gr.Button("Run", variant='primary')
346
+ image_button.click(flip_image, inputs=image_input, outputs=image_output)
347
 
348
  with gr.Tab("Image Filters"):
349
  with gr.Row():