Gabolozano commited on
Commit
857d9cf
·
verified ·
1 Parent(s): 5769b69

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
  with gr.Row():
54
  with gr.Column():
55
- inp_image = gr.Image(label="Input image", tool=None)
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"):