lime-j commited on
Commit
86fe2c9
·
1 Parent(s): 447ae0f

left right

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -93,8 +93,8 @@ with gr.Blocks() as block_demo:
93
  block_demo.load(on_load, inputs=[], outputs=[img1, img2, prop_text,
94
  image_state, method1_state, method2_state, property_state, img_input, ip_state])
95
  with gr.Row():
96
- l_butt = gr.Button("Left is better")
97
- r_butt = gr.Button("Right is better")
98
  with gr.Row():
99
  both_good = gr.Button("Both are good")
100
  both_bad = gr.Button("Both are bad")
 
93
  block_demo.load(on_load, inputs=[], outputs=[img1, img2, prop_text,
94
  image_state, method1_state, method2_state, property_state, img_input, ip_state])
95
  with gr.Row():
96
+ l_butt = gr.Button("Left one")
97
+ r_butt = gr.Button("Right one")
98
  with gr.Row():
99
  both_good = gr.Button("Both are good")
100
  both_bad = gr.Button("Both are bad")