Forgot to delete debug stuff
This commit is contained in:
parent
a443ac1680
commit
1819ea834a
1 changed files with 0 additions and 4 deletions
|
@ -88,10 +88,6 @@ class FaceWidget extends StatelessWidget {
|
|||
),
|
||||
),
|
||||
const SizedBox(height: 8),
|
||||
Text(
|
||||
(face.score).toStringAsFixed(2),
|
||||
style: Theme.of(context).textTheme.bodySmall,
|
||||
),
|
||||
if (person != null)
|
||||
Text(
|
||||
person!.attr.name.trim(),
|
||||
|
|
Loading…
Add table
Reference in a new issue