OmniParser icon indicating copy to clipboard operation
OmniParser copied to clipboard

Fix typo: BOX_TRESHOLD -> BOX_THRESHOLD

Open MeDott29 opened this issue 3 months ago • 3 comments

This PR fixes a typo in variable names throughout the codebase:

  • Changed 'BOX_TRESHOLD' to 'BOX_THRESHOLD'
  • Files modified:
    • omniparser.py
    • utils.py
    • gradio_demo.py
    • demo.ipynb

MeDott29 avatar Nov 01 '24 00:11 MeDott29