Spaces:
Running
on
Zero
Running
on
Zero
no need for this
Browse files
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,
|
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."""
|