DigiP-AI commited on
Commit
cf90e90
·
verified ·
1 Parent(s): 00057da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -298,12 +298,12 @@ text_btn.click(model, text_prompt, image_output)
298
 
299
  btn.click(summary, input_text, output_text)
300
  with gr.Tab("Flip Image"):
301
- with gr.Row():
302
- image_input = gr.Image(type="numpy", label="Upload Image")
303
- image_output = gr.Image(format="png")
304
- with gr.Row():
305
- image_button = gr.Button("Run", variant='primary')
306
- image_button.click(flip_image, inputs=image_input, outputs=image_output)
307
  with gr.Tab("Image Filters"):
308
  with gr.Row():
309
  with gr.Column():
 
298
 
299
  btn.click(summary, input_text, output_text)
300
  with gr.Tab("Flip Image"):
301
+ with gr.Row():
302
+ image_input = gr.Image(type="numpy", label="Upload Image")
303
+ image_output = gr.Image(format="png")
304
+ with gr.Row():
305
+ image_button = gr.Button("Run", variant='primary')
306
+ image_button.click(flip_image, inputs=image_input, outputs=image_output)
307
  with gr.Tab("Image Filters"):
308
  with gr.Row():
309
  with gr.Column():