Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.15.2
metadata
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 (cpuby default in Spaces).IMGSZ,CONF,IOU: Optional default inference settings.