Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from keras.models import load_model
|
|
6 |
from keras.models import Model
|
7 |
from datasets import load_dataset
|
8 |
from sklearn.cluster import KMeans
|
9 |
-
import matplotlib.pyplot as
|
10 |
from huggingface_hub import hf_hub_download
|
11 |
|
12 |
# Download and load model and encoded images
|
|
|
6 |
from keras.models import Model
|
7 |
from datasets import load_dataset
|
8 |
from sklearn.cluster import KMeans
|
9 |
+
import matplotlib.pyplot as plt
|
10 |
from huggingface_hub import hf_hub_download
|
11 |
|
12 |
# Download and load model and encoded images
|