Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DawnC
/
VisionScout
like
41
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c0fe80d
VisionScout
/
confifence_templates.py
DawnC
Upload 27 files
3172319
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}"
}