Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Q-bert
/
EarthQuakeMap
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
06b92ec
EarthQuakeMap
/
app.py
Q-bert
Update app.py
06b92ec
almost 2 years ago
raw
Copy download link
history
blame
Safe
120 Bytes
!pip install sklearn
import
pickle
with
open
(
"earthquake_model.pkl"
,
'rb'
)
as
file:
loaded_model = pickle.load(file)