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