amildravid4292 commited on
Commit
7e79e9a
·
verified ·
1 Parent(s): 2bf863e

Update app.py

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