diff --git a/src/lib/components/PhotoCard.svelte b/src/lib/components/PhotoCard.svelte index b380650..d3ad581 100644 --- a/src/lib/components/PhotoCard.svelte +++ b/src/lib/components/PhotoCard.svelte @@ -1,259 +1,21 @@
{personName}
{#if isProcessing}Processing...
- {:else if faceDetectionError} -Using center crop
- {:else if autoDetectedCrop} -Face detected
{/if}