eybro commited on
Commit
90b017a
·
verified ·
1 Parent(s): ffbab7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 pl
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