broadfield-dev commited on
Commit
35f0f0d
·
verified ·
1 Parent(s): 548062a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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):