Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def detect_objects(image):
|
|
54 |
with gr.Blocks() as iface:
|
55 |
with gr.Row():
|
56 |
with gr.Column():
|
57 |
-
input_image = gr.Image(type="pil", label="Input Image"
|
58 |
with gr.Column():
|
59 |
output_image = gr.Image(label="Detect Object")
|
60 |
with gr.Column():
|
|
|
54 |
with gr.Blocks() as iface:
|
55 |
with gr.Row():
|
56 |
with gr.Column():
|
57 |
+
input_image = gr.Image(type="pil", label="Input Image")
|
58 |
with gr.Column():
|
59 |
output_image = gr.Image(label="Detect Object")
|
60 |
with gr.Column():
|