Spaces:
Runtime error
Runtime error
upd
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ with gr.Blocks() as block_demo:
|
|
| 93 |
# print(str(request))
|
| 94 |
print(request_state)
|
| 95 |
image, method1, method2, image1, image2, property, image_input = refresh_comparison()
|
| 96 |
-
return image1, image2, f"<h2 style='font-size: 24px;'>Which one <mark class='red'>{property_dict[property]}
|
| 97 |
image, method1, method2, property, image_input, request_state
|
| 98 |
gr.Markdown("<h2 align='center',style='font-size: 24px;'>Low-light Image Enhancer Arena 🥊</h2>")
|
| 99 |
gr.Markdown("<p align='center', style='font-size: 18px;'>LIME-Eval is an arena to ask human-beings to judge the performance of different low-light image enhancers with respect to </p>")
|
|
|
|
| 93 |
# print(str(request))
|
| 94 |
print(request_state)
|
| 95 |
image, method1, method2, image1, image2, property, image_input = refresh_comparison()
|
| 96 |
+
return image1, image2, f"<h2 style='font-size: 24px;'>Which one <mark class='red'>{property_dict[property]}</mark>?</h2>",\
|
| 97 |
image, method1, method2, property, image_input, request_state
|
| 98 |
gr.Markdown("<h2 align='center',style='font-size: 24px;'>Low-light Image Enhancer Arena 🥊</h2>")
|
| 99 |
gr.Markdown("<p align='center', style='font-size: 18px;'>LIME-Eval is an arena to ask human-beings to judge the performance of different low-light image enhancers with respect to </p>")
|