Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DawnC
/
VisionScout
like
55
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e3e5b96
VisionScout
/
confidence_templates.py
DawnC
Upload 5 files
f7601ee
verified
7 days ago
raw
Copy download link
history
blame
Safe
206 Bytes
CONFIDENCE_TEMPLATES = {
"high"
:
"{description} {details}"
,
"medium"
:
"This appears to be {description} {details}"
,
"low"
:
"This might be {description}, but the confidence is low. {details}"
}