Update app.py
Browse files
app.py
CHANGED
|
@@ -110,7 +110,7 @@ with gr.Blocks() as demo:
|
|
| 110 |
with gr.Column():
|
| 111 |
input_image = gr.Image(label="input image", type="filepath")
|
| 112 |
submit_btn = gr.Button("Submit")
|
| 113 |
-
output_result = gr.
|
| 114 |
submit_btn.click(
|
| 115 |
fn = sam_process,
|
| 116 |
inputs = [input_image],
|
|
|
|
| 110 |
with gr.Column():
|
| 111 |
input_image = gr.Image(label="input image", type="filepath")
|
| 112 |
submit_btn = gr.Button("Submit")
|
| 113 |
+
output_result = gr.Gallery()
|
| 114 |
submit_btn.click(
|
| 115 |
fn = sam_process,
|
| 116 |
inputs = [input_image],
|