Spaces:
Running
Running
Adjust UI
Browse files
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("
|
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,
|