Vaibhavnaik12 commited on
Commit
3023be5
·
verified ·
1 Parent(s): cbfa968

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -54,7 +54,8 @@ def compare_images(mockup, ui_screenshot, check_text, check_color, check_spacing
54
  with gr.Blocks() as demo:
55
  gr.Markdown("# Spot The Difference Game")
56
  gr.Markdown("Upload a mockup and a UI screenshot to find the differences!")
57
-
 
58
  with gr.Row():
59
  mockup = gr.Image(label="Mockup Image")
60
  ui_screenshot = gr.Image(label="UI Screenshot")
 
54
  with gr.Blocks() as demo:
55
  gr.Markdown("# Spot The Difference Game")
56
  gr.Markdown("Upload a mockup and a UI screenshot to find the differences!")
57
+ gr.Markdown("Important! Please ensure that you upload screenshots with the same resolutions for accurate results.")
58
+
59
  with gr.Row():
60
  mockup = gr.Image(label="Mockup Image")
61
  ui_screenshot = gr.Image(label="UI Screenshot")