Spaces:
Running
on
L40S
Running
on
L40S
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ def gradio_interface():
|
|
91 |
gr.Markdown("# Background Removal and Inference Pipeline")
|
92 |
|
93 |
with gr.Row():
|
94 |
-
|
95 |
submit_button = gr.Button("Process")
|
96 |
|
97 |
output_gallery = gr.Gallery(label="Output Images")
|
|
|
91 |
gr.Markdown("# Background Removal and Inference Pipeline")
|
92 |
|
93 |
with gr.Row():
|
94 |
+
input_image = gr.Image(label="Image input", type="filepath")
|
95 |
submit_button = gr.Button("Process")
|
96 |
|
97 |
output_gallery = gr.Gallery(label="Output Images")
|