muhammadsalmanalfaridzi commited on
Commit
e9be61a
·
verified ·
1 Parent(s): ff3994e

Update app.py

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