Canyu commited on
Commit
f3ad944
·
1 Parent(s): ac4fa5c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def process_image_check(path_input):
30
  def infer_image_matting(matting_image_input):
31
  return client.predict(
32
  prompt=handle_file(matting_image_input),
33
- api_name="/test"
34
  )
35
 
36
  def clear_cache():
 
30
  def infer_image_matting(matting_image_input):
31
  return client.predict(
32
  prompt=handle_file(matting_image_input),
33
+ api_name="/infer_image_matting"
34
  )
35
 
36
  def clear_cache():