Spaces:
Runtime error
Runtime error
harshkidzure
commited on
Commit
•
4b145dc
1
Parent(s):
2183bb9
Update app.py
Browse files
app.py
CHANGED
@@ -327,7 +327,7 @@ if __name__ == "__main__":
|
|
327 |
with gr.Column():
|
328 |
gallery = gr.Gallery(
|
329 |
label="Generated images", show_label=False, elem_id="gallery"
|
330 |
-
)
|
331 |
|
332 |
run_button.click(fn=run_grounded_sam, inputs=[
|
333 |
input_image, text_prompt, task_type, inpaint_prompt, box_threshold, text_threshold, iou_threshold, inpaint_mode], outputs=gallery)
|
|
|
327 |
with gr.Column():
|
328 |
gallery = gr.Gallery(
|
329 |
label="Generated images", show_label=False, elem_id="gallery"
|
330 |
+
)#.style(preview=True, grid=2, object_fit="scale-down")
|
331 |
|
332 |
run_button.click(fn=run_grounded_sam, inputs=[
|
333 |
input_image, text_prompt, task_type, inpaint_prompt, box_threshold, text_threshold, iou_threshold, inpaint_mode], outputs=gallery)
|