amildravid4292 commited on
Commit
09ec7b9
Β·
verified Β·
1 Parent(s): e23b862

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -464,7 +464,7 @@ with gr.Blocks(css="style.css") as demo:
464
  net = gr.State()
465
  gr.HTML(intro)
466
 
467
- gr.Markdown(""" **Getting Started:** Sample a random identity or insert the identity from an image to get a model (or - upload a previously downloaded model using the `Uploading a model` option in `Advanced Options`).
468
  **What Can You Do?** Generate new images of the identity & edit the identity πŸ‘©->πŸ§‘β€πŸ¦³. See further instructions and tips at the bottom of the page.""")
469
  with gr.Column():
470
  with gr.Row():
@@ -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 & edit with the sliders""")
486
  gallery = gr.Image(label="Generated Image",height=512, width=512, interactive=False)
487
  submit = gr.Button("Generate")
488
 
 
464
  net = gr.State()
465
  gr.HTML(intro)
466
 
467
+ gr.Markdown(""" **Getting Started:** Sample a random identity or insert the identity from an image to get a model (or upload a previously downloaded model using the `Uploading a model` option in `Advanced Options`).
468
  **What Can You Do?** Generate new images of the identity & edit the identity πŸ‘©->πŸ§‘β€πŸ¦³. See further instructions and tips at the bottom of the page.""")
469
  with gr.Column():
470
  with gr.Row():
 
482
 
483
 
484
  with gr.Column():
485
+ gr.Markdown("""❷ Generate new images of the identity from the model & edit the encoded identity with the sliders. \n""")
486
  gallery = gr.Image(label="Generated Image",height=512, width=512, interactive=False)
487
  submit = gr.Button("Generate")
488