lime-j commited on
Commit
f812b62
·
1 Parent(s): ec52971
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -69,10 +69,10 @@ with gr.Blocks() as block_demo:
69
  return image1, image2, f"<h2 style='font-size: 24px;'>Which one {property_dict[property]}?</h2>",\
70
  image, method1, method2, property, image_input, request_state
71
  with gr.Row():
 
 
 
72
  with gr.Column():
73
- gr.Markdown("<h2 style='font-size: 24px;'>Low-light Image Enhancer Arena 🥊</h2>")
74
- gr.Markdown("<p style='font-size: 18px;'>This is a simple arena to test the performance of different low-light image enhancers.</p>")
75
- gr.Markdown("<p style='font-size: 18px;'>Please help us to find the better image!</p>")
76
  gr.Markdown("<p style='font-size: 18px;'>Common Failures:</p>")
77
  gr.Markdown("<ul style='font-size: 18px;'>"
78
  f"<li><strong>Artifact:</strong> - There might be unwanted or unintended alterations in the image.</li>"
 
69
  return image1, image2, f"<h2 style='font-size: 24px;'>Which one {property_dict[property]}?</h2>",\
70
  image, method1, method2, property, image_input, request_state
71
  with gr.Row():
72
+ gr.Markdown("<h2 style='font-size: 24px;'>Low-light Image Enhancer Arena 🥊</h2>")
73
+ gr.Markdown("<p style='font-size: 18px;'>This is a simple arena to test the performance of different low-light image enhancers.</p>")
74
+ gr.Markdown("<p style='font-size: 18px;'>Please help us to find the better image!</p>")
75
  with gr.Column():
 
 
 
76
  gr.Markdown("<p style='font-size: 18px;'>Common Failures:</p>")
77
  gr.Markdown("<ul style='font-size: 18px;'>"
78
  f"<li><strong>Artifact:</strong> - There might be unwanted or unintended alterations in the image.</li>"