Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="/
|
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():
|