2a3a041
1
2
3
4
5
6
7
8
import pickle with open("../data/predicted_ingr.pkl", "rb") as fp: # Unpickling b = pickle.load(fp) print(b)