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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def process_image_check(path_input):
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"
21
  )
22
 
23
  def run_demo_server():
 
17
  def infer_image_matting(matting_image_input):
18
  return client.predict(
19
  path_input=handle_file(matting_image_input),
20
+ api_name="/infer_image_matting"
21
  )
22
 
23
  def run_demo_server():