Update app.py
Browse files
app.py
CHANGED
|
@@ -475,8 +475,8 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 475 |
width=512, height=512)
|
| 476 |
|
| 477 |
with gr.Row():
|
| 478 |
-
sample = gr.Button("🎲 Sample
|
| 479 |
-
invert_button = gr.Button("⬆️ Invert")
|
| 480 |
|
| 481 |
|
| 482 |
|
|
|
|
| 475 |
width=512, height=512)
|
| 476 |
|
| 477 |
with gr.Row():
|
| 478 |
+
sample = gr.Button("🎲 Sample new identity")
|
| 479 |
+
invert_button = gr.Button("⬆️ Invert identity")
|
| 480 |
|
| 481 |
|
| 482 |
|