Spaces:
Running
Running
test
Browse files
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="/
|
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():
|