Spaces:
Running
Running
Ming Li
commited on
Commit
•
76b0cab
1
Parent(s):
e8325d8
fix bug
Browse files- app_canny.py +0 -2
- app_depth.py +0 -2
- app_lineart.py +0 -2
- app_segmentation.py +0 -2
- app_softedge.py +0 -2
app_canny.py
CHANGED
@@ -62,8 +62,6 @@ def create_demo(process):
|
|
62 |
guidance_scale,
|
63 |
seed,
|
64 |
],
|
65 |
-
outputs=result,
|
66 |
-
fn=process,
|
67 |
)
|
68 |
|
69 |
inputs = [
|
|
|
62 |
guidance_scale,
|
63 |
seed,
|
64 |
],
|
|
|
|
|
65 |
)
|
66 |
|
67 |
inputs = [
|
app_depth.py
CHANGED
@@ -63,8 +63,6 @@ def create_demo(process):
|
|
63 |
guidance_scale,
|
64 |
seed,
|
65 |
],
|
66 |
-
outputs=result,
|
67 |
-
fn=process,
|
68 |
)
|
69 |
|
70 |
inputs = [
|
|
|
63 |
guidance_scale,
|
64 |
seed,
|
65 |
],
|
|
|
|
|
66 |
)
|
67 |
|
68 |
inputs = [
|
app_lineart.py
CHANGED
@@ -89,8 +89,6 @@ def create_demo(process):
|
|
89 |
prompt,
|
90 |
preprocessor_name
|
91 |
],
|
92 |
-
outputs=result,
|
93 |
-
fn=process,
|
94 |
)
|
95 |
|
96 |
inputs = [
|
|
|
89 |
prompt,
|
90 |
preprocessor_name
|
91 |
],
|
|
|
|
|
92 |
)
|
93 |
|
94 |
inputs = [
|
app_segmentation.py
CHANGED
@@ -66,8 +66,6 @@ def create_demo(process):
|
|
66 |
guidance_scale,
|
67 |
seed,
|
68 |
],
|
69 |
-
outputs=result,
|
70 |
-
fn=process,
|
71 |
)
|
72 |
|
73 |
inputs = [
|
|
|
66 |
guidance_scale,
|
67 |
seed,
|
68 |
],
|
|
|
|
|
69 |
)
|
70 |
|
71 |
inputs = [
|
app_softedge.py
CHANGED
@@ -71,8 +71,6 @@ def create_demo(process):
|
|
71 |
guidance_scale,
|
72 |
seed,
|
73 |
],
|
74 |
-
outputs=result,
|
75 |
-
fn=process,
|
76 |
)
|
77 |
|
78 |
inputs = [
|
|
|
71 |
guidance_scale,
|
72 |
seed,
|
73 |
],
|
|
|
|
|
74 |
)
|
75 |
|
76 |
inputs = [
|