lime-j commited on
Commit
e75790c
·
1 Parent(s): 9e0e5a5

update description

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -96,11 +96,12 @@ with gr.Blocks() as block_demo:
96
  return image1, image2, f"<h2 style='font-size: 24px;'>Which one {property_dict[property]}?</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 different factors, including Artifact, Color Degradation, Noise, Poor Illumination, Blur, and Overall quality.</p>")
 
100
  # gr.Markdown("<p align='center', style='font-size: 18px;'>Please help us to find the better image!</p>")
101
  with gr.Row():
102
  with gr.Column():
103
- gr.Markdown("<p style='font-size: 16px;'>Common Failures:</p>")
104
  gr.Markdown("<ul style='font-size: 14px;'>"
105
  f"<li><strong>Artifact/Noise:</strong> - There might be unintended alterations in the image.</li>"
106
  f"<li><strong>Unpleasant Color:</strong> - The color recovered from low-light input can be unnatural.</li>"
 
96
  return image1, image2, f"<h2 style='font-size: 24px;'>Which one {property_dict[property]}?</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>")
100
+ gr.Markdown("<p align='center', style='font-size: 18px;'>different factors, including Artifact, Color Degradation, Noise, Poor Illumination, Blur, and Overall quality.</p>")
101
  # gr.Markdown("<p align='center', style='font-size: 18px;'>Please help us to find the better image!</p>")
102
  with gr.Row():
103
  with gr.Column():
104
+ gr.Markdown("<p style='font-size: 16px;'>Common Factors:</p>")
105
  gr.Markdown("<ul style='font-size: 14px;'>"
106
  f"<li><strong>Artifact/Noise:</strong> - There might be unintended alterations in the image.</li>"
107
  f"<li><strong>Unpleasant Color:</strong> - The color recovered from low-light input can be unnatural.</li>"