Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ with gr.Blocks(title="Real-Time YOLOv5 Video & Image Object Detection") as demo:
|
|
123 |
|
124 |
with gr.TabItem("Image Detection"):
|
125 |
with gr.Row():
|
126 |
-
image_input = gr.Image(type="pil", label="
|
127 |
with gr.Row():
|
128 |
image_output = gr.Image(label="Detected Objects", elem_id="image-output")
|
129 |
with gr.Row():
|
|
|
123 |
|
124 |
with gr.TabItem("Image Detection"):
|
125 |
with gr.Row():
|
126 |
+
image_input = gr.Image(type="pil", label="Upload Image", interactive=True)
|
127 |
with gr.Row():
|
128 |
image_output = gr.Image(label="Detected Objects", elem_id="image-output")
|
129 |
with gr.Row():
|