markany-yhkwon commited on
Commit
ed13b0b
·
1 Parent(s): c235e67
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ if __name__ == "__main__":
114
  with gr.Column():
115
  gallery = gr.Image(
116
  type="pil"
117
- ).style(full_width=True, full_height=True)
118
 
119
  run_button.click(fn=run_grounding, inputs=[
120
  input_image, grounding_caption, box_threshold, text_threshold], outputs=[gallery])
 
114
  with gr.Column():
115
  gallery = gr.Image(
116
  type="pil"
117
+ ).scale(full_width=True)
118
 
119
  run_button.click(fn=run_grounding, inputs=[
120
  input_image, grounding_caption, box_threshold, text_threshold], outputs=[gallery])