Spaces:
Running
Running
Commit
·
5ac2d1d
1
Parent(s):
2e2c811
Update app.py
Browse files
app.py
CHANGED
@@ -109,8 +109,8 @@ def main(args):
|
|
109 |
outputs_text = gr.Textbox(label="Number of objects")
|
110 |
outputs = [outputs_image, outputs_text]
|
111 |
|
112 |
-
title = "OBJECT COUNTING"
|
113 |
-
description = "
|
114 |
article = "<p style='text-align: center'>Counting objects in image</a></p>"
|
115 |
examples = [['./images/S__275668998.jpg'], ['./images/S__275669003.jpg'], ['./images/S__275669004.jpg']]
|
116 |
|
|
|
109 |
outputs_text = gr.Textbox(label="Number of objects")
|
110 |
outputs = [outputs_image, outputs_text]
|
111 |
|
112 |
+
title = "OBJECT COUNTING DEMO"
|
113 |
+
description = "Upload an image or click an example image to use. You can select the area to count by drawing a closed area on the input image."
|
114 |
article = "<p style='text-align: center'>Counting objects in image</a></p>"
|
115 |
examples = [['./images/S__275668998.jpg'], ['./images/S__275669003.jpg'], ['./images/S__275669004.jpg']]
|
116 |
|