prithivMLmods commited on
Commit
dfcbdaf
·
verified ·
1 Parent(s): 5ac1b43

update app

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1023,8 +1023,8 @@ with gr.Blocks() as demo:
1023
  run_btn = gr.Button("\U0001F5D1\uFE0F Remove Object", variant="primary", size="lg")
1024
 
1025
  with gr.Column(scale=1):
1026
- result = gr.Image(label="Output Image", height=470)
1027
- preview = gr.Image(label="Input Sent to Model (with red boxes)", height=410)
1028
 
1029
  with gr.Accordion("Advanced Settings", open=False, visible=False):
1030
  seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0)
 
1023
  run_btn = gr.Button("\U0001F5D1\uFE0F Remove Object", variant="primary", size="lg")
1024
 
1025
  with gr.Column(scale=1):
1026
+ result = gr.Image(label="Output Image", height=475)
1027
+ preview = gr.Image(label="Input Sent to Model (with red boxes)", height=415)
1028
 
1029
  with gr.Accordion("Advanced Settings", open=False, visible=False):
1030
  seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0)