amildravid4292 commited on
Commit
78444fa
·
verified ·
1 Parent(s): 276ae63

Update app.py

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