KingNish commited on
Commit
664901d
1 Parent(s): 34b60b0

no need for this

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -314,7 +314,7 @@ with gr.Blocks(css=css) as demo:
314
  )
315
  use_as_input_button = gr.Button("Use as Input Image", visible=False)
316
 
317
- history_gallery = gr.Gallery(label="History", columns=6, height=240, object_fit="contain")
318
 
319
  def use_output_as_input(output_image):
320
  """Sets the generated output as the new input image."""
 
314
  )
315
  use_as_input_button = gr.Button("Use as Input Image", visible=False)
316
 
317
+ history_gallery = gr.Gallery(label="History", columns=6, object_fit="contain")
318
 
319
  def use_output_as_input(output_image):
320
  """Sets the generated output as the new input image."""