Spaces:
Sleeping
Sleeping
Muhammad Anas Akhtar
commited on
Update app.py
Browse files
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="
|
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 |
|