AshanGimhana
commited on
Commit
•
d366e7d
1
Parent(s):
e222c3f
Update app.py
Browse files
app.py
CHANGED
@@ -24,6 +24,9 @@ import cv2
|
|
24 |
import dlib
|
25 |
import matplotlib.pyplot as plt
|
26 |
import gradio as gr # Importing Gradio as gr
|
|
|
|
|
|
|
27 |
from tensorflow.keras.preprocessing.image import img_to_array
|
28 |
from huggingface_hub import hf_hub_download, login
|
29 |
from datasets.augmentations import AgeTransformer
|
|
|
24 |
import dlib
|
25 |
import matplotlib.pyplot as plt
|
26 |
import gradio as gr # Importing Gradio as gr
|
27 |
+
import tensorflow as tf
|
28 |
+
from tensorflow.keras.models import load_model
|
29 |
+
from tensorflow.keras.losses import MeanSquaredError
|
30 |
from tensorflow.keras.preprocessing.image import img_to_array
|
31 |
from huggingface_hub import hf_hub_download, login
|
32 |
from datasets.augmentations import AgeTransformer
|