reforming .keras file
Browse files- app.py +1 -1
- models/aging_score_autoencoder_fixed.keras +3 -0
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import os
|
|
| 7 |
import matplotlib.pyplot as plt
|
| 8 |
|
| 9 |
# Load the model
|
| 10 |
-
MODEL_PATH = "./models/
|
| 11 |
|
| 12 |
# Global variables
|
| 13 |
model = None
|
|
|
|
| 7 |
import matplotlib.pyplot as plt
|
| 8 |
|
| 9 |
# Load the model
|
| 10 |
+
MODEL_PATH = "./models/aging_score_autoencoder_fixed.keras"
|
| 11 |
|
| 12 |
# Global variables
|
| 13 |
model = None
|
models/aging_score_autoencoder_fixed.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b591c4df5d7096972d07764b4b059eeeb24a79fb39c2076c6f79eaac5431042f
|
| 3 |
+
size 226125082
|