Update app.py
Browse files
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
|
| 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 |
|