Spaces:
Sleeping
Sleeping
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 by entering different seeds and prompts and clicking `Generate`. Edit the encoded identity with the sliders and visualize the edits with the generate button.""")
|
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 and clicking `Generate`. Edit the encoded identity with the sliders and then visualize the edits with the generate button.""")
|
486 |
gallery = gr.Image(label="Generated Image",height=512, width=512, interactive=False)
|
487 |
submit = gr.Button("Generate")
|
488 |
|