Muhammad Anas Akhtar commited on
Commit
1a2f6c0
·
verified ·
1 Parent(s): f192fbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def detect_object(image):
70
 
71
  demo = gr.Interface(fn=detect_object,
72
  inputs=[gr.Image(label="Select Image",type="pil")],
73
- outputs="Object Detector using an Image",
74
  description="THIS APPLICATION WILL BE USED TO DETECT OBJECTS INSIDE THE PROVIDED INPUT IMAGE.")
75
  demo.launch()
76
 
 
70
 
71
  demo = gr.Interface(fn=detect_object,
72
  inputs=[gr.Image(label="Select Image",type="pil")],
73
+ outputs="Objects Detector using an images",
74
  description="THIS APPLICATION WILL BE USED TO DETECT OBJECTS INSIDE THE PROVIDED INPUT IMAGE.")
75
  demo.launch()
76