Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,6 @@ from PIL import Image
|
|
| 7 |
import numpy as np
|
| 8 |
import cv2
|
| 9 |
import dlib
|
| 10 |
-
from streamlit import html
|
| 11 |
|
| 12 |
# Get the current working directory
|
| 13 |
current_directory = os.path.dirname(os.path.abspath(__file__))
|
|
|
|
| 7 |
import numpy as np
|
| 8 |
import cv2
|
| 9 |
import dlib
|
|
|
|
| 10 |
|
| 11 |
# Get the current working directory
|
| 12 |
current_directory = os.path.dirname(os.path.abspath(__file__))
|