Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -364,7 +364,6 @@ with gr.Blocks(css=css) as demo:
|
|
364 |
result = gr.Image(label="Generated Image", format="png")
|
365 |
|
366 |
history_gallery = gr.Gallery(label="History", columns=6, object_fit="contain", interactive=False)
|
367 |
-
preview_image = gr.Image(label="Preview")
|
368 |
|
369 |
def use_output_as_input(output_image):
|
370 |
"""Sets the generated output as the new input image."""
|
|
|
364 |
result = gr.Image(label="Generated Image", format="png")
|
365 |
|
366 |
history_gallery = gr.Gallery(label="History", columns=6, object_fit="contain", interactive=False)
|
|
|
367 |
|
368 |
def use_output_as_input(output_image):
|
369 |
"""Sets the generated output as the new input image."""
|