Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,7 +100,7 @@ def main():
|
|
| 100 |
|
| 101 |
pred_button = st.button("Predict")
|
| 102 |
|
| 103 |
-
load_model()
|
| 104 |
# label = ['Zebra', 'Horse']
|
| 105 |
# label = np.array(label).reshape(1, -1)
|
| 106 |
# ohe= OneHotEncoder()
|
|
|
|
| 100 |
|
| 101 |
pred_button = st.button("Predict")
|
| 102 |
|
| 103 |
+
model=load_model()
|
| 104 |
# label = ['Zebra', 'Horse']
|
| 105 |
# label = np.array(label).reshape(1, -1)
|
| 106 |
# ohe= OneHotEncoder()
|