Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
469 |
-
**What Can You Do?** Generate new images of the identity & edit the
|
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():
|