Spaces:
Sleeping
Sleeping
Updated Grid Size
Browse files
app.py
CHANGED
@@ -33,9 +33,9 @@ This technique is based on the Saliency Map generator model from Itti, which wor
|
|
33 |
"""
|
34 |
|
35 |
IMAGE_EXAMPLES = [
|
36 |
-
['https://media.roboflow.com/supervision/image-examples/people-walking.png',
|
37 |
-
['https://media.roboflow.com/supervision/image-examples/vehicles.png',
|
38 |
-
['https://media.roboflow.com/supervision/image-examples/basketball-1.png',
|
39 |
]
|
40 |
|
41 |
def detect_and_annotate(image,
|
@@ -102,7 +102,7 @@ def process_image(
|
|
102 |
grid_size_Component = gr.Slider(
|
103 |
minimum=4,
|
104 |
maximum=70,
|
105 |
-
value=
|
106 |
step=1,
|
107 |
label="Grid Size",
|
108 |
info=(
|
|
|
33 |
"""
|
34 |
|
35 |
IMAGE_EXAMPLES = [
|
36 |
+
['https://media.roboflow.com/supervision/image-examples/people-walking.png', 32],
|
37 |
+
['https://media.roboflow.com/supervision/image-examples/vehicles.png', 32],
|
38 |
+
['https://media.roboflow.com/supervision/image-examples/basketball-1.png', 32],
|
39 |
]
|
40 |
|
41 |
def detect_and_annotate(image,
|
|
|
102 |
grid_size_Component = gr.Slider(
|
103 |
minimum=4,
|
104 |
maximum=70,
|
105 |
+
value=32,
|
106 |
step=1,
|
107 |
label="Grid Size",
|
108 |
info=(
|