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