Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -205,7 +205,6 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
|
205 |
],
|
206 |
inputs=[input_image, grid_size_slider, seed_input],
|
207 |
fn=process_and_display,
|
208 |
-
outputs_per_example=3 # Required for gr.HTML output
|
209 |
)
|
210 |
|
211 |
with gr.Column(scale=2):
|
|
|
205 |
],
|
206 |
inputs=[input_image, grid_size_slider, seed_input],
|
207 |
fn=process_and_display,
|
|
|
208 |
)
|
209 |
|
210 |
with gr.Column(scale=2):
|