amildravid4292 commited on
Commit
800c936
·
verified ·
1 Parent(s): 59610cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 random identity")
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