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...
e46d14e
EarthQuakeMap
/
app.py
Q-bert
Update app.py
c585074
almost 2 years ago
raw
Copy download link
history
blame
Safe
99 Bytes
import
pickle
with
open
(
"earthquake_model.pkl"
,
'rb'
)
as
file:
loaded_model = pickle.load(file)