rdezwart commited on
Commit
76d95be
·
1 Parent(s): e83e97c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ if __name__ == "__main__":
109
  with gr.Row():
110
  with gr.Column():
111
  yolos_input = gr.Image(type="pil", scale=1)
112
- yolos_submit = gr.Button("Submit", scale=0)
113
 
114
  with gr.Column():
115
  yolos_gallery = gr.Gallery(label="Detected Objects", object_fit="scale-down", columns=3,
 
109
  with gr.Row():
110
  with gr.Column():
111
  yolos_input = gr.Image(type="pil", scale=1)
112
+ yolos_submit = gr.Button("Detect Objects")
113
 
114
  with gr.Column():
115
  yolos_gallery = gr.Gallery(label="Detected Objects", object_fit="scale-down", columns=3,