Spaces:
Running
on
Zero
Running
on
Zero
guangkaixu
commited on
Commit
•
4b8b3aa
1
Parent(s):
421cb45
fix
Browse files
app.py
CHANGED
@@ -731,7 +731,7 @@ def run_demo_server(pipe_depth, pipe_normal, pipe_dis, pipe_matting, pipe_seg, p
|
|
731 |
preprocess=False,
|
732 |
queue=False,
|
733 |
).success(
|
734 |
-
fn=
|
735 |
inputs=[
|
736 |
matting_image_input,
|
737 |
],
|
|
|
731 |
preprocess=False,
|
732 |
queue=False,
|
733 |
).success(
|
734 |
+
fn=process_pipe_matting,
|
735 |
inputs=[
|
736 |
matting_image_input,
|
737 |
],
|