Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ st.markdown(
|
|
32 |
)
|
33 |
|
34 |
# # let's load the saved model
|
35 |
-
loaded_model = pickle.load(open('https://drive.google.com/file/d/
|
36 |
|
37 |
|
38 |
# Containers
|
|
|
32 |
)
|
33 |
|
34 |
# # let's load the saved model
|
35 |
+
loaded_model = pickle.load(open('https://drive.google.com/file/d/1CUGbhyT8M4wU_y6FDYS5LBngcgORjGej/view?usp=sharing', 'rb'))
|
36 |
|
37 |
|
38 |
# Containers
|