EarthQuakeMap / app.py
Q-bert's picture
Update app.py
06b92ec
raw
history blame
120 Bytes
!pip install sklearn
import pickle
with open("earthquake_model.pkl", 'rb') as file:
loaded_model = pickle.load(file)