Spaces:
Runtime error
Runtime error
talha
commited on
Commit
•
37a4588
1
Parent(s):
4e50a63
changed scripts
Browse files- app.py +0 -5
- requirements.txt +1 -1
app.py
CHANGED
@@ -1,12 +1,7 @@
|
|
1 |
-
from email.headerregistry import Group
|
2 |
import numpy as np
|
3 |
-
from psutil import getloadavg
|
4 |
import tensorflow as tf
|
5 |
-
import logging
|
6 |
-
from rich.logging import RichHandler
|
7 |
from PIL import Image
|
8 |
import numpy as np
|
9 |
-
from config import get_config
|
10 |
from deepface import DeepFace
|
11 |
import matplotlib.pyplot as plt
|
12 |
from imutils import url_to_image
|
|
|
|
|
1 |
import numpy as np
|
|
|
2 |
import tensorflow as tf
|
|
|
|
|
3 |
from PIL import Image
|
4 |
import numpy as np
|
|
|
5 |
from deepface import DeepFace
|
6 |
import matplotlib.pyplot as plt
|
7 |
from imutils import url_to_image
|
requirements.txt
CHANGED
@@ -4,8 +4,8 @@ gradio==3.1.1
|
|
4 |
imutils==0.5.4
|
5 |
matplotlib==3.5.2
|
6 |
numpy==1.22.4
|
7 |
-
opencv_contrib_python==4.6.0.66
|
8 |
opencv-python==4.6.0.66
|
|
|
9 |
Pillow==9.2.0
|
10 |
psutil==5.9.1
|
11 |
rich==12.5.1
|
|
|
4 |
imutils==0.5.4
|
5 |
matplotlib==3.5.2
|
6 |
numpy==1.22.4
|
|
|
7 |
opencv-python==4.6.0.66
|
8 |
+
opencv_contrib_python==4.6.0.66
|
9 |
Pillow==9.2.0
|
10 |
psutil==5.9.1
|
11 |
rich==12.5.1
|