eybro commited on
Commit
c2c31b8
·
verified ·
1 Parent(s): 61b2303

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ autoencoder = load_model("autoencoder_model.keras")
13
  encoded_images = np.load("X_encoded_compressed.npy")
14
 
15
 
16
- # Load the dataset with the split index
17
  with open("dataset_with_split.pkl", "rb") as f:
18
  data = pickle.load(f)
19
 
 
13
  encoded_images = np.load("X_encoded_compressed.npy")
14
 
15
 
16
+ # dataset with the split index
17
  with open("dataset_with_split.pkl", "rb") as f:
18
  data = pickle.load(f)
19