Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ from tensorflow.keras.preprocessing import image
|
|
5 |
from sklearn.preprocessing import LabelEncoder
|
6 |
import matplotlib.pyplot as plt
|
7 |
from PIL import Image
|
|
|
8 |
|
9 |
# Dictionnaire des sous-catégories
|
10 |
subcategory_dict = {
|
|
|
5 |
from sklearn.preprocessing import LabelEncoder
|
6 |
import matplotlib.pyplot as plt
|
7 |
from PIL import Image
|
8 |
+
from tensorflow.keras.metrics import MeanSquaredError
|
9 |
|
10 |
# Dictionnaire des sous-catégories
|
11 |
subcategory_dict = {
|