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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def process_image_check(path_input):
14
  "Missing image in the left pane: please upload an image first."
15
  )
16
 
17
- def process_pipe_matting(matting_image_input):
18
  return client.predict(
19
  path_input=handle_file(matting_image_input),
20
  api_name="/gradio_handler"
 
14
  "Missing image in the left pane: please upload an image first."
15
  )
16
 
17
+ def infer_image_matting(matting_image_input):
18
  return client.predict(
19
  path_input=handle_file(matting_image_input),
20
  api_name="/gradio_handler"