Spaces:
Runtime error
Runtime error
Commit
·
2b568e1
1
Parent(s):
0b17691
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def get_canny_filter(image):
|
|
35 |
canny_image = Image.fromarray(image)
|
36 |
return canny_image
|
37 |
|
38 |
-
def process(input_image, prompt)
|
39 |
canny_image = get_canny_filter(input_image)
|
40 |
images = pipe(
|
41 |
prompt,image=image, controlnet_conditioning_scale=controlnet_conditioning_scale,
|
|
|
35 |
canny_image = Image.fromarray(image)
|
36 |
return canny_image
|
37 |
|
38 |
+
def process(input_image, prompt):
|
39 |
canny_image = get_canny_filter(input_image)
|
40 |
images = pipe(
|
41 |
prompt,image=image, controlnet_conditioning_scale=controlnet_conditioning_scale,
|