Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ examples = [
|
|
121 |
]
|
122 |
|
123 |
def segment(input_image):
|
124 |
-
return remove(
|
125 |
|
126 |
def run_for_examples(style_image, source_image, prompt, scale, control_scale):
|
127 |
return create_image(
|
|
|
121 |
]
|
122 |
|
123 |
def segment(input_image):
|
124 |
+
return remove(src_image_pil)
|
125 |
|
126 |
def run_for_examples(style_image, source_image, prompt, scale, control_scale):
|
127 |
return create_image(
|