Update app.py
Browse files
app.py
CHANGED
@@ -181,11 +181,11 @@ with gr.Blocks() as demo:
|
|
181 |
with gr.Column():
|
182 |
output_image_component = gr.Image(
|
183 |
type='pil', image_mode='RGB', label='Generated image', format="png")
|
184 |
-
|
185 |
type='pil', image_mode='RGB', label='Generated image', format="png")
|
186 |
-
|
187 |
type='pil', image_mode='RGB', label='Generated image', format="png")
|
188 |
-
|
189 |
type='pil', image_mode='RGB', label='Generated image', format="png")
|
190 |
|
191 |
|
|
|
181 |
with gr.Column():
|
182 |
output_image_component = gr.Image(
|
183 |
type='pil', image_mode='RGB', label='Generated image', format="png")
|
184 |
+
output_image_component2 = gr.Image(
|
185 |
type='pil', image_mode='RGB', label='Generated image', format="png")
|
186 |
+
output_image_component3 = gr.Image(
|
187 |
type='pil', image_mode='RGB', label='Generated image', format="png")
|
188 |
+
output_image_component4 = gr.Image(
|
189 |
type='pil', image_mode='RGB', label='Generated image', format="png")
|
190 |
|
191 |
|