Spaces:
Running
on
Zero
Running
on
Zero
Update app_canny.py
Browse files- app_canny.py +1 -1
app_canny.py
CHANGED
@@ -28,7 +28,7 @@ def create_demo(process):
|
|
28 |
run_button.click(
|
29 |
fn=process,
|
30 |
inputs=inputs,
|
31 |
-
outputs=
|
32 |
api_name="canny",
|
33 |
)
|
34 |
return demo
|
|
|
28 |
run_button.click(
|
29 |
fn=process,
|
30 |
inputs=inputs,
|
31 |
+
outputs=result_gallery,
|
32 |
api_name="canny",
|
33 |
)
|
34 |
return demo
|