Spaces:
Running
Running
Commit
·
6f0b76a
1
Parent(s):
a0c06ea
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ outputs = [outputs_image, outputs_text]
|
|
57 |
title = "OBJECT COUNTING"
|
58 |
description = "Object counting demo. 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."
|
59 |
article = "<p style='text-align: center'>Counting objects in image</a></p>"
|
60 |
-
examples = [['images/S__275668998.jpg']]
|
61 |
|
62 |
-
gr.Interface(yolo, inputs, outputs, title=title, description=description, article=article,
|
63 |
debug=True)#, share=True)
|
|
|
57 |
title = "OBJECT COUNTING"
|
58 |
description = "Object counting demo. 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."
|
59 |
article = "<p style='text-align: center'>Counting objects in image</a></p>"
|
60 |
+
# examples = [['images/S__275668998.jpg']]
|
61 |
|
62 |
+
gr.Interface(yolo, inputs, outputs, title=title, description=description, article=article, analytics_enabled=False).launch(
|
63 |
debug=True)#, share=True)
|