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

update discription

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -96,8 +96,8 @@ 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;'>This is a simple arena to test the performance of different low-light image enhancers.</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>")
 
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>")