woofah commited on
Commit
f13e510
·
verified ·
1 Parent(s): 766facc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -4
app.py CHANGED
@@ -96,9 +96,9 @@ def detect(
96
  return overlay, "\n".join(summary_parts), json.dumps(results, indent=2)
97
 
98
 
99
- with gr.Blocks(title="Local UI Locator") as demo:
100
  gr.Markdown(
101
- "# Local UI Locator\n"
102
  "Upload a Windows screenshot to detect interactive UI elements "
103
  "(buttons, textboxes, checkboxes, dropdowns, icons, tabs, menu items).\n\n"
104
  "**Model:** YOLO11s  |  **Classes:** 7  |  **Dataset:** 3 000 synthetic images"
@@ -138,8 +138,11 @@ with gr.Blocks(title="Local UI Locator") as demo:
138
  gr.Markdown(
139
  "---\n"
140
  "MIT License  |  "
141
- "[GitHub](https://github.com/wuekv97/windowsUIdetector)  |  "
142
- "YOLO11s + EasyOCR + rapidfuzz"
 
 
 
143
  )
144
 
145
  if __name__ == "__main__":
 
96
  return overlay, "\n".join(summary_parts), json.dumps(results, indent=2)
97
 
98
 
99
+ with gr.Blocks(title="Windows UI Element Detector") as demo:
100
  gr.Markdown(
101
+ "# Windows UI Element Detector\n"
102
  "Upload a Windows screenshot to detect interactive UI elements "
103
  "(buttons, textboxes, checkboxes, dropdowns, icons, tabs, menu items).\n\n"
104
  "**Model:** YOLO11s  |  **Classes:** 7  |  **Dataset:** 3 000 synthetic images"
 
138
  gr.Markdown(
139
  "---\n"
140
  "MIT License  |  "
141
+ "[GitHub](https://github.com/Indext-Data-Lab/windows-ui-synth)  |  "
142
+ "YOLO11s + EasyOCR + rapidfuzz  |  "
143
+ "Commission a similar tool or a fully integrated AI solution for your business -> "
144
+ "[Visit indext.io](https://indext.io/) | "
145
+ "[Connect on LinkedIn](https://www.linkedin.com/company/indext-data-lab/)"
146
  )
147
 
148
  if __name__ == "__main__":