Spaces:
Runtime error
Runtime error
Commit
·
50aaae1
1
Parent(s):
99d538e
update
Browse files- app_canny.py +1 -3
- app_depth.py +1 -3
app_canny.py
CHANGED
|
@@ -89,9 +89,7 @@ def create_demo(process):
|
|
| 89 |
image,
|
| 90 |
prompt,
|
| 91 |
relolution,
|
| 92 |
-
]
|
| 93 |
-
outputs=result,
|
| 94 |
-
fn=process,
|
| 95 |
)
|
| 96 |
inputs = [
|
| 97 |
image,
|
|
|
|
| 89 |
image,
|
| 90 |
prompt,
|
| 91 |
relolution,
|
| 92 |
+
]
|
|
|
|
|
|
|
| 93 |
)
|
| 94 |
inputs = [
|
| 95 |
image,
|
app_depth.py
CHANGED
|
@@ -75,9 +75,7 @@ def create_demo(process):
|
|
| 75 |
image,
|
| 76 |
prompt,
|
| 77 |
resolution,
|
| 78 |
-
]
|
| 79 |
-
outputs=result,
|
| 80 |
-
fn=process,
|
| 81 |
)
|
| 82 |
inputs = [
|
| 83 |
image,
|
|
|
|
| 75 |
image,
|
| 76 |
prompt,
|
| 77 |
resolution,
|
| 78 |
+
]
|
|
|
|
|
|
|
| 79 |
)
|
| 80 |
inputs = [
|
| 81 |
image,
|