geyongtao commited on
Commit
eaa7d84
·
verified ·
1 Parent(s): a457d85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -52,7 +52,8 @@ def run_demo_server():
52
  preprocess=False,
53
  queue=False,
54
  ).success(
55
- fn=process_pipe_matting,
 
56
  inputs=[
57
  matting_image_input,
58
  ],
 
52
  preprocess=False,
53
  queue=False,
54
  ).success(
55
+ # fn=process_pipe_matting,
56
+ fn=infer_image_matting,
57
  inputs=[
58
  matting_image_input,
59
  ],