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