mbar0075 commited on
Commit
e9d36f9
1 Parent(s): ebf34ca

Updated Grid Size

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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', 9],
37
- ['https://media.roboflow.com/supervision/image-examples/vehicles.png', 9],
38
- ['https://media.roboflow.com/supervision/image-examples/basketball-1.png', 9],
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=9,
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=(