amildravid4292 commited on
Commit
bb7bc45
·
verified ·
1 Parent(s): f792d0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -482,7 +482,7 @@ with gr.Blocks(css="style.css") as demo:
482
 
483
 
484
  with gr.Column():
485
- gr.Markdown("""❷ Generate new images of the identity from the model by entering different seeds and prompts and clicking `Generate`. Edit the encoded identity with the sliders and visualize the edits with the generate button.""")
486
  gallery = gr.Image(label="Generated Image",height=512, width=512, interactive=False)
487
  submit = gr.Button("Generate")
488
 
 
482
 
483
 
484
  with gr.Column():
485
+ gr.Markdown("""❷ Generate new images of the identity from the model by entering different seeds and prompts and clicking `Generate`. Edit the encoded identity with the sliders and then visualize the edits with the generate button.""")
486
  gallery = gr.Image(label="Generated Image",height=512, width=512, interactive=False)
487
  submit = gr.Button("Generate")
488