Spaces:
Runtime error
Runtime error
Update app.py
Browse filesswapped annotated and overlap images
app.py
CHANGED
@@ -165,7 +165,7 @@ def infer(prompt, negative_prompt, image):
|
|
165 |
images = images.reshape((images.shape[0] * images.shape[1],) + images.shape[-3:])
|
166 |
|
167 |
results = [i for i in images]
|
168 |
-
return [
|
169 |
|
170 |
|
171 |
with gr.Blocks(theme='gradio/soft') as demo:
|
|
|
165 |
images = images.reshape((images.shape[0] * images.shape[1],) + images.shape[-3:])
|
166 |
|
167 |
results = [i for i in images]
|
168 |
+
return [overlap_image, annotated_image] + results
|
169 |
|
170 |
|
171 |
with gr.Blocks(theme='gradio/soft') as demo:
|