Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
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. Edit the encoded identity with the sliders.""")
|
486 |
gallery = gr.Image(label="Generated Image",height=512, width=512, interactive=False)
|
487 |
submit = gr.Button("Generate")
|
488 |
|