Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,8 @@ def run_demo_server():
|
|
| 52 |
preprocess=False,
|
| 53 |
queue=False,
|
| 54 |
).success(
|
| 55 |
-
fn=process_pipe_matting,
|
|
|
|
| 56 |
inputs=[
|
| 57 |
matting_image_input,
|
| 58 |
],
|
|
|
|
| 52 |
preprocess=False,
|
| 53 |
queue=False,
|
| 54 |
).success(
|
| 55 |
+
# fn=process_pipe_matting,
|
| 56 |
+
fn=infer_image_matting,
|
| 57 |
inputs=[
|
| 58 |
matting_image_input,
|
| 59 |
],
|