Mezosky's picture
Update crack detection Gradio Space
27e44c1 verified

A newer version of the Gradio SDK is available: 6.15.2

Upgrade
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 (cpu by default in Spaces).
  • IMGSZ, CONF, IOU: Optional default inference settings.