Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
!pip install sklearn
|
2 |
import pickle
|
3 |
with open("earthquake_model.pkl", 'rb') as file:
|
4 |
loaded_model = pickle.load(file)
|
|
|
|
|
1 |
import pickle
|
2 |
with open("earthquake_model.pkl", 'rb') as file:
|
3 |
loaded_model = pickle.load(file)
|