Gabolozano commited on
Commit
de34437
·
verified ·
1 Parent(s): b3747be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", tool=None)
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"):