Spaces:
Runtime error
Runtime error
update notes
Browse files
app.py
CHANGED
|
@@ -127,7 +127,7 @@ with gr.Blocks() as block_demo:
|
|
| 127 |
both_bad = gr.Button("Both are bad")
|
| 128 |
|
| 129 |
result = gr.Markdown("")
|
| 130 |
-
l_note, r_note = gr.Markdown(""), gr.Markdown("")
|
| 131 |
refresh_butt = gr.Button("Next one", visible=False, interactive=False)
|
| 132 |
# good, bad = gr.State('both_good'), gr.State('both_bad')
|
| 133 |
def update_interface(choice, image, method1, method2, property, ip):
|
|
|
|
| 127 |
both_bad = gr.Button("Both are bad")
|
| 128 |
|
| 129 |
result = gr.Markdown("")
|
| 130 |
+
# l_note, r_note = gr.Markdown(""), gr.Markdown("")
|
| 131 |
refresh_butt = gr.Button("Next one", visible=False, interactive=False)
|
| 132 |
# good, bad = gr.State('both_good'), gr.State('both_bad')
|
| 133 |
def update_interface(choice, image, method1, method2, property, ip):
|