Spaces:
Runtime error
Runtime error
fix lr
Browse files
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("
|
| 125 |
-
r_butt = gr.Button("
|
| 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")
|