taesiri commited on
Commit
66ef476
·
verified ·
1 Parent(s): 92a2afb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -255,7 +255,7 @@ Performs keypoint transform from a 7x7 gird on the source image to the target im
255
  minimum=1,
256
  maximum=240,
257
  step=1,
258
- default=15,
259
  label="Min X",
260
  )
261
 
@@ -264,7 +264,7 @@ Performs keypoint transform from a 7x7 gird on the source image to the target im
264
  minimum=1,
265
  maximum=240,
266
  step=1,
267
- default=215,
268
  label="Max X",
269
  )
270
 
@@ -273,7 +273,7 @@ Performs keypoint transform from a 7x7 gird on the source image to the target im
273
  minimum=1,
274
  maximum=240,
275
  step=1,
276
- default=15,
277
  label="Min Y",
278
  )
279
 
@@ -282,7 +282,7 @@ Performs keypoint transform from a 7x7 gird on the source image to the target im
282
  minimum=1,
283
  maximum=240,
284
  step=1,
285
- default=215,
286
  label="Max Y",
287
  )
288
 
 
255
  minimum=1,
256
  maximum=240,
257
  step=1,
258
+ value=15,
259
  label="Min X",
260
  )
261
 
 
264
  minimum=1,
265
  maximum=240,
266
  step=1,
267
+ value=215,
268
  label="Max X",
269
  )
270
 
 
273
  minimum=1,
274
  maximum=240,
275
  step=1,
276
+ value=15,
277
  label="Min Y",
278
  )
279
 
 
282
  minimum=1,
283
  maximum=240,
284
  step=1,
285
+ value=215,
286
  label="Max Y",
287
  )
288