orhir commited on
Commit
c35d3ed
·
verified ·
1 Parent(s): 098ab85

Update gradio_utils/utils.py

Browse files
Files changed (1) hide show
  1. gradio_utils/utils.py +0 -3
gradio_utils/utils.py CHANGED
@@ -22,7 +22,6 @@ from EdgeCape.models import *
22
 
23
 
24
  def process_img(support_image, global_state):
25
- print(global_state)
26
  global_state['images']['image_orig'] = support_image
27
  if global_state["load_example"]:
28
  global_state["load_example"] = False
@@ -235,8 +234,6 @@ def update_examples(support_img, query_image, global_state_str):
235
  )
236
  skel_image = image_draw.copy()
237
  example_state['images']['image_skel'] = skel_image
238
-
239
- print(example_state)
240
 
241
  return (support_img,
242
  kp_image,
 
22
 
23
 
24
  def process_img(support_image, global_state):
 
25
  global_state['images']['image_orig'] = support_image
26
  if global_state["load_example"]:
27
  global_state["load_example"] = False
 
234
  )
235
  skel_image = image_draw.copy()
236
  example_state['images']['image_skel'] = skel_image
 
 
237
 
238
  return (support_img,
239
  kp_image,