lime-j commited on
Commit
75f1162
·
1 Parent(s): f812b62

update scale

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -68,10 +68,10 @@ with gr.Blocks() as block_demo:
68
  image, method1, method2, image1, image2, property, image_input = refresh_comparison()
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;'>"
 
68
  image, method1, method2, image1, image2, property, image_input = refresh_comparison()
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
+ gr.Markdown("<h2 style='font-size: 24px;'>Low-light Image Enhancer Arena 🥊</h2>")
72
+ gr.Markdown("<p style='font-size: 18px;'>This is a simple arena to test the performance of different low-light image enhancers.</p>")
73
+ gr.Markdown("<p style='font-size: 18px;'>Please help us to find the better image!</p>")
74
  with gr.Row():
 
 
 
75
  with gr.Column():
76
  gr.Markdown("<p style='font-size: 18px;'>Common Failures:</p>")
77
  gr.Markdown("<ul style='font-size: 18px;'>"