--- title: Crack Detection Studio sdk: gradio app_file: app.py pinned: false --- # Crack Detection Studio This Space loads a YOLO model from a Hugging Face model repository and predicts crack positions on uploaded images. ## Environment Variables - `MODEL_REPO_ID`: Override the source model repository. - `MODEL_FILENAME`: Override the model filename inside that repository. - `DEVICE`: Inference device (`cpu` by default in Spaces). - `IMGSZ`, `CONF`, `IOU`: Optional default inference settings.