amildravid4292 commited on
Commit
35fb3e4
Β·
verified Β·
1 Parent(s): ffa175e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -465,8 +465,8 @@ with gr.Blocks(css="style.css") as demo:
465
  net = gr.State()
466
  gr.HTML(intro)
467
 
468
- gr.Markdown(""" **Getting Started:** Sample a random identity or insert the identity from an image to get an identity-encoding model (or - upload a previously downloaded model using the `Uploading a model` option in `Advanced Options`).
469
- **What Can You Do?** Generate new images of the identity & edit the encoded identity πŸ‘©->πŸ§‘β€πŸ¦³. See further instructions and tips at the bottom of the page.""")
470
  with gr.Column():
471
  with gr.Row():
472
  with gr.Column():
 
465
  net = gr.State()
466
  gr.HTML(intro)
467
 
468
+ 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`).
469
+ **What Can You Do?** Generate new images of the identity & edit the identity πŸ‘©->πŸ§‘β€πŸ¦³. See further instructions and tips at the bottom of the page.""")
470
  with gr.Column():
471
  with gr.Row():
472
  with gr.Column():