Spaces:
Running
on
Zero
Running
on
Zero
move history gallery + make it non interactive
Browse files
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 |
-
|
|
|
|
|
|
|
| 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."""
|