xinghaochen commited on
Commit
978a889
1 Parent(s): 16efd76

Update utils/tools_gradio.py

Browse files
Files changed (1) hide show
  1. utils/tools_gradio.py +1 -0
utils/tools_gradio.py CHANGED
@@ -13,6 +13,7 @@ def fast_process(
13
  better_quality=False,
14
  mask_random_color=True,
15
  bbox=None,
 
16
  use_retina=True,
17
  withContours=True,
18
  ):
 
13
  better_quality=False,
14
  mask_random_color=True,
15
  bbox=None,
16
+ points=None,
17
  use_retina=True,
18
  withContours=True,
19
  ):