fffiloni commited on
Commit
2278a79
1 Parent(s): 0328377

move history gallery + make it non interactive

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -314,7 +314,9 @@ 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, 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", interactive=False)
318
+
319
+
320
 
321
  def use_output_as_input(output_image):
322
  """Sets the generated output as the new input image."""