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="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="Object Detector using an Image",
|
| 74 |
description="THIS APPLICATION WILL BE USED TO DETECT OBJECTS INSIDE THE PROVIDED INPUT IMAGE.")
|
| 75 |
demo.launch()
|
| 76 |
|