Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def get_pipeline_prediction(pil_image):
|
|
52 |
with gr.Blocks() as demo:
|
53 |
gr.Markdown("## Object Detection")
|
54 |
with gr.Row():
|
55 |
-
inp_image = gr.Image(label="Input image", type="pil"
|
56 |
btn_run = gr.Button('Run Detection')
|
57 |
|
58 |
with gr.Tab("Annotated Image"):
|
|
|
52 |
with gr.Blocks() as demo:
|
53 |
gr.Markdown("## Object Detection")
|
54 |
with gr.Row():
|
55 |
+
inp_image = gr.Image(label="Input image", type="pil")
|
56 |
btn_run = gr.Button('Run Detection')
|
57 |
|
58 |
with gr.Tab("Annotated Image"):
|