Aumkeshchy2003 commited on
Commit
eb084b3
·
verified ·
1 Parent(s): 734c2b6

Update app.py

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