Hugging Face
Models
Datasets
Spaces
Posts
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...
Q-bert
commited on
Jul 26, 2023
Commit
068afd6
·
1 Parent(s):
ee0866a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -0,0 +1,3 @@
1
+
import pickle
2
+
with open("earthquake_model.pkl", 'rb') as file:
3
+
loaded_model = pickle.load(file)