Spaces:
Build error
Build error
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 |
with gr.Row():
|
| 54 |
with gr.Column():
|
| 55 |
-
inp_image = gr.Image(label="Input image"
|
| 56 |
btn_run = gr.Button('Run Detection')
|
| 57 |
with gr.Column():
|
| 58 |
with gr.Tab("Annotated Image"):
|
|
|
|
| 52 |
with gr.Blocks() as demo:
|
| 53 |
with gr.Row():
|
| 54 |
with gr.Column():
|
| 55 |
+
inp_image = gr.Image(label="Input image") # Removed the 'tool=None' part
|
| 56 |
btn_run = gr.Button('Run Detection')
|
| 57 |
with gr.Column():
|
| 58 |
with gr.Tab("Annotated Image"):
|