amildravid4292 commited on
Commit
2daf493
·
verified ·
1 Parent(s): b07c642

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -424,7 +424,7 @@ with gr.Blocks(css="style.css") as demo:
424
 
425
  with gr.Column():
426
  gr.Markdown("""2) Generate images of the sampled/inverted identity or edit the identity and generate new images. """)
427
- gallery = gr.Image(label="Image",height=512, width=512, interactive=False)
428
  submit = gr.Button("Generate")
429
 
430
 
 
424
 
425
  with gr.Column():
426
  gr.Markdown("""2) Generate images of the sampled/inverted identity or edit the identity and generate new images. """)
427
+ gallery = gr.Image(label="Generated Image",height=512, width=512, interactive=False)
428
  submit = gr.Button("Generate")
429
 
430