Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -425,7 +425,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
425 |
|
426 |
|
427 |
with gr.Column():
|
428 |
-
gr.Markdown("""2) Generate images of the sampled/inverted identity or edit the identity with the sliders and generate new images
|
429 |
gallery = gr.Image(label="Generated Image",height=512, width=512, interactive=False)
|
430 |
submit = gr.Button("Generate")
|
431 |
|
|
|
425 |
|
426 |
|
427 |
with gr.Column():
|
428 |
+
gr.Markdown("""2) Generate images of the sampled/inverted identity or edit the identity with the sliders and generate new images with various prompts and seeds.""")
|
429 |
gallery = gr.Image(label="Generated Image",height=512, width=512, interactive=False)
|
430 |
submit = gr.Button("Generate")
|
431 |
|