Spaces:
Runtime error
Runtime error
Shafeek Saleem
commited on
Commit
·
1717673
1
Parent(s):
34105ec
bug fixed images
Browse files- utils/inference.py +1 -0
utils/inference.py
CHANGED
@@ -4,6 +4,7 @@ import face_recognition
|
|
4 |
import cv2
|
5 |
import numpy as np
|
6 |
from PIL import Image
|
|
|
7 |
|
8 |
PKL_PATH = 'dataset/database.pkl'
|
9 |
|
|
|
4 |
import cv2
|
5 |
import numpy as np
|
6 |
from PIL import Image
|
7 |
+
import streamlit as st
|
8 |
|
9 |
PKL_PATH = 'dataset/database.pkl'
|
10 |
|