prithivMLmods commited on
Commit
bf77777
·
verified ·
1 Parent(s): 76ffe9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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."""