Spaces:
Running
on
Zero
Running
on
Zero
markany-yhkwon
commited on
Commit
·
ed13b0b
1
Parent(s):
c235e67
bug fix
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ if __name__ == "__main__":
|
|
114 |
with gr.Column():
|
115 |
gallery = gr.Image(
|
116 |
type="pil"
|
117 |
-
).
|
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])
|