lime-j commited on
Commit
567cfbc
·
1 Parent(s): 30626e0
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -121,8 +121,8 @@ with gr.Blocks() as block_demo:
121
  block_demo.load(on_load, inputs=[], outputs=[img1, img2, prop_text,
122
  image_state, method1_state, method2_state, property_state, img_input, ip_state])
123
  with gr.Row():
124
- l_butt = gr.Button("Left one")
125
- r_butt = gr.Button("Right one")
126
  with gr.Row():
127
  both_good = gr.Button("Both are good")
128
  both_bad = gr.Button("Both are bad")
 
121
  block_demo.load(on_load, inputs=[], outputs=[img1, img2, prop_text,
122
  image_state, method1_state, method2_state, property_state, img_input, ip_state])
123
  with gr.Row():
124
+ l_butt = gr.Button("Image 1")
125
+ r_butt = gr.Button("Image 2")
126
  with gr.Row():
127
  both_good = gr.Button("Both are good")
128
  both_bad = gr.Button("Both are bad")