alexnasa commited on
Commit
f0f4afe
·
verified ·
1 Parent(s): 312d6de

debug code removed

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -102,8 +102,6 @@ def make_preview_with_boxes(
102
 
103
  prev_x0, prev_y0, prev_size = x0, y0, crop_size
104
 
105
- print(centers)
106
-
107
  return base, centers
108
 
109
 
@@ -324,8 +322,6 @@ with gr.Blocks(css=css) as demo:
324
  i = evt.index[1]
325
  j = evt.index[0]
326
 
327
- print(f'selected coordinates:{i},{j}')#
328
-
329
  w, h = input_img.size
330
 
331
  return gr.update(value=j/w), gr.update(value=i/h)
 
102
 
103
  prev_x0, prev_y0, prev_size = x0, y0, crop_size
104
 
 
 
105
  return base, centers
106
 
107
 
 
322
  i = evt.index[1]
323
  j = evt.index[0]
324
 
 
 
325
  w, h = input_img.size
326
 
327
  return gr.update(value=j/w), gr.update(value=i/h)