orhir commited on
Commit
c8f4e77
·
verified ·
1 Parent(s): 7b49f58

Update gradio_utils/utils.py

Browse files
Files changed (1) hide show
  1. gradio_utils/utils.py +0 -1
gradio_utils/utils.py CHANGED
@@ -213,7 +213,6 @@ def process(query_img, state,
213
  original_skeleton=state['skeleton'],
214
  img_alpha=1.0,
215
  )
216
- print(pf(pickle_trick(model)))
217
  return out
218
 
219
 
 
213
  original_skeleton=state['skeleton'],
214
  img_alpha=1.0,
215
  )
 
216
  return out
217
 
218