--- title: LineViewer emoji: 🌖 colorFrom: pink colorTo: indigo sdk: gradio sdk_version: 5.44.1 app_file: app.py pinned: false license: mit short_description: Line Segment Detection Dataset Viewer Space --- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference # Install ```shell git clone https://huggingface.co/spaces/lh9171338/LineViewer cd LineViewer python3 -m pip install -r requirements.txt ``` # Run ```shell python3 app.py ```